Skip to content

Commit 4ac159f

Browse files
committed
Another attempt to fix CI
1 parent f3efca9 commit 4ac159f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Use Node.js
6767
uses: actions/setup-node@v3
6868
with:
69-
node-version: 18
69+
node-version: 20
7070
- run: npm install
7171
- name: lint
7272
if: runner.os == 'Linux-NOSUCH'
@@ -136,7 +136,7 @@ jobs:
136136
- name: Use Node.js
137137
uses: actions/setup-node@v3
138138
with:
139-
node-version: 16
139+
node-version: 20
140140
- name: Prepare build
141141
id: set-version
142142
run: |

0 commit comments

Comments
 (0)