Skip to content

Commit 695265f

Browse files
committed
node 20
1 parent f4c07bb commit 695265f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: '16'
21+
node-version: '20'
2222

2323
- name: Install dependencies
2424
run: npm install
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Node.js
3737
uses: actions/setup-node@v3
3838
with:
39-
node-version: '16'
39+
node-version: '20'
4040

4141
- name: Install dependencies
4242
run: npm install

0 commit comments

Comments
 (0)