File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 - name : Use Node.js
136136 uses : actions/setup-node@v4
137137 with :
138- node-version : 18
138+ node-version-file : .nvmrc
139139
140140 - name : Get artifact dir name
141141 run : node .github/workflows/get_artifact_dir_name.js
@@ -401,7 +401,7 @@ jobs:
401401 - name : Use Node.js
402402 uses : actions/setup-node@v4
403403 with :
404- node-version : 18
404+ node-version-file : .nvmrc
405405
406406 - name : NPM install
407407 run : npm ci --ignore-scripts
@@ -461,7 +461,7 @@ jobs:
461461 - name : Use Node.js
462462 uses : actions/setup-node@v4
463463 with :
464- node-version : 18
464+ node-version-file : .nvmrc
465465
466466 - name : Download artifacts
467467 uses : actions/download-artifact@v4
@@ -495,7 +495,7 @@ jobs:
495495 - name : Use Node.js
496496 uses : actions/setup-node@v4
497497 with :
498- node-version : 18
498+ node-version-file : .nvmrc
499499 registry-url : https://registry.npmjs.org # Needed to make auth work for publishing
500500
501501 - name : Download artifacts
Original file line number Diff line number Diff line change 1+ 18
You can’t perform that action at this time.
0 commit comments