Skip to content

Commit 4d31156

Browse files
committed
use node 18
1 parent 1d95690 commit 4d31156

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Use Node.js
8383
uses: actions/setup-node@v4
8484
with:
85-
node-version: 16
85+
node-version: 18
8686

8787
- name: Copy exes to platform bin dirs
8888
run: node ./scripts/copyExes.js
@@ -166,7 +166,7 @@ jobs:
166166
- name: Use Node.js
167167
uses: actions/setup-node@v4
168168
with:
169-
node-version: 16
169+
node-version: 18
170170

171171
- name: Install npm packages
172172
run: npm ci --ignore-scripts
@@ -276,7 +276,7 @@ jobs:
276276
- name: Use Node.js
277277
uses: actions/setup-node@v4
278278
with:
279-
node-version: 16
279+
node-version: 18
280280

281281
- name: NPM install
282282
run: npm ci --ignore-scripts
@@ -337,7 +337,7 @@ jobs:
337337
- name: Use Node.js
338338
uses: actions/setup-node@v4
339339
with:
340-
node-version: 16
340+
node-version: 18
341341

342342
- name: Download artifacts
343343
uses: actions/download-artifact@v4
@@ -369,7 +369,7 @@ jobs:
369369
- name: Use Node.js
370370
uses: actions/setup-node@v4
371371
with:
372-
node-version: 16
372+
node-version: 18
373373
registry-url: https://registry.npmjs.org # Needed to make auth work for publishing
374374

375375
- name: Download artifacts

0 commit comments

Comments
 (0)