Skip to content

Commit 84ecdd8

Browse files
committedOct 13, 2024
fix tofu
1 parent e5691b5 commit 84ecdd8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.forgejo/workflows/tofu.yml

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
container:
1212
image: ubuntu:24.04
1313
steps:
14+
- name: Install Node.js
15+
uses: actions/setup-node@v4
16+
with:
17+
node-version: 14
18+
1419
- name: Checkout code
1520
uses: actions/checkout@v4
1621

0 commit comments

Comments
 (0)
Please sign in to comment.