Skip to content

Commit 3f0417c

Browse files
committed
ci: update node to 20
1 parent cefe506 commit 3f0417c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v4
4343
- uses: actions/setup-node@v4
4444
with:
45-
node-version: '16'
45+
node-version: '20'
4646
- name: Get npm cache directory
4747
id: npm-cache-dir
4848
run: |
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v4
6767
- uses: actions/setup-node@v4
6868
with:
69-
node-version: '16'
69+
node-version: '20'
7070
- name: Get npm cache directory
7171
id: npm-cache-dir
7272
run: |

0 commit comments

Comments
 (0)