File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 82
82
- name : Use Node.js
83
83
uses : actions/setup-node@v4
84
84
with :
85
- node-version : 16
85
+ node-version : 18
86
86
87
87
- name : Copy exes to platform bin dirs
88
88
run : node ./scripts/copyExes.js
@@ -166,7 +166,7 @@ jobs:
166
166
- name : Use Node.js
167
167
uses : actions/setup-node@v4
168
168
with :
169
- node-version : 16
169
+ node-version : 18
170
170
171
171
- name : Install npm packages
172
172
run : npm ci --ignore-scripts
@@ -276,7 +276,7 @@ jobs:
276
276
- name : Use Node.js
277
277
uses : actions/setup-node@v4
278
278
with :
279
- node-version : 16
279
+ node-version : 18
280
280
281
281
- name : NPM install
282
282
run : npm ci --ignore-scripts
@@ -337,7 +337,7 @@ jobs:
337
337
- name : Use Node.js
338
338
uses : actions/setup-node@v4
339
339
with :
340
- node-version : 16
340
+ node-version : 18
341
341
342
342
- name : Download artifacts
343
343
uses : actions/download-artifact@v4
@@ -369,7 +369,7 @@ jobs:
369
369
- name : Use Node.js
370
370
uses : actions/setup-node@v4
371
371
with :
372
- node-version : 16
372
+ node-version : 18
373
373
registry-url : https://registry.npmjs.org # Needed to make auth work for publishing
374
374
375
375
- name : Download artifacts
You can’t perform that action at this time.
0 commit comments