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 18
18
- name : ' Set up Node.js'
19
19
20
20
with :
21
- node-version : 16
21
+ node-version-file : package.json
22
22
cache : ${{ !env.ACT && 'npm' || '' }}
23
23
24
24
- name : ' Install dependencies'
79
79
- name : ' Set up Node.js'
80
80
81
81
with :
82
- node-version : 16
82
+ node-version-file : package.json
83
83
cache : ${{ !env.ACT && 'npm' || '' }}
84
84
85
85
- name : ' Install dependencies'
@@ -101,7 +101,7 @@ jobs:
101
101
- name : ' Set up Node.js'
102
102
103
103
with :
104
- node-version : 16
104
+ node-version-file : package.json
105
105
cache : ${{ !env.ACT && 'npm' || '' }}
106
106
107
107
- name : ' Install dependencies'
@@ -129,7 +129,7 @@ jobs:
129
129
- name : ' Set up Node.js'
130
130
131
131
with :
132
- node-version : 16
132
+ node-version-file : package.json
133
133
cache : ${{ !env.ACT && 'npm' || '' }}
134
134
135
135
- name : ' Install dependencies'
@@ -214,7 +214,7 @@ jobs:
214
214
- name : ' Set up Node.js'
215
215
216
216
with :
217
- node-version : 16
217
+ node-version-file : package.json
218
218
cache : ${{ !env.ACT && 'npm' || '' }}
219
219
220
220
- name : ' Install dependencies'
You can’t perform that action at this time.
0 commit comments