File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135
135
- name : Use Node.js
136
136
uses : actions/setup-node@v4
137
137
with :
138
- node-version : 18
138
+ node-version-file : .nvmrc
139
139
140
140
- name : Get artifact dir name
141
141
run : node .github/workflows/get_artifact_dir_name.js
@@ -401,7 +401,7 @@ jobs:
401
401
- name : Use Node.js
402
402
uses : actions/setup-node@v4
403
403
with :
404
- node-version : 18
404
+ node-version-file : .nvmrc
405
405
406
406
- name : NPM install
407
407
run : npm ci --ignore-scripts
@@ -461,7 +461,7 @@ jobs:
461
461
- name : Use Node.js
462
462
uses : actions/setup-node@v4
463
463
with :
464
- node-version : 18
464
+ node-version-file : .nvmrc
465
465
466
466
- name : Download artifacts
467
467
uses : actions/download-artifact@v4
@@ -495,7 +495,7 @@ jobs:
495
495
- name : Use Node.js
496
496
uses : actions/setup-node@v4
497
497
with :
498
- node-version : 18
498
+ node-version-file : .nvmrc
499
499
registry-url : https://registry.npmjs.org # Needed to make auth work for publishing
500
500
501
501
- 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