Skip to content

Commit 7437dc9

Browse files
committed
1 parent 33391f2 commit 7437dc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- uses: actions/setup-node@v3
4444
with:
45-
node-version: 16
45+
node-version: 20
4646

4747
- name: Build warduino cli
4848
run: |
@@ -86,7 +86,7 @@ jobs:
8686

8787
- uses: actions/setup-node@v3
8888
with:
89-
node-version: 16
89+
node-version: 20
9090

9191
- name: Build warduino cli
9292
run: |
@@ -128,7 +128,7 @@ jobs:
128128

129129
- uses: actions/setup-node@v3
130130
with:
131-
node-version: 16
131+
node-version: 20
132132

133133
- name: Build warduino cli
134134
run: |

0 commit comments

Comments
 (0)