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 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
You can’t perform that action at this time.
0 commit comments