16
16
- uses : actions/checkout@v3
17
17
with :
18
18
persist-credentials : false
19
+ - uses : actions/setup-node@v3
20
+ with :
21
+ node-version : 16
22
+ cache : npm
19
23
- run : date > test.txt
20
24
- run : npm ci
21
25
- run : npm run build
42
46
- uses : actions/checkout@v3
43
47
with :
44
48
persist-credentials : false
49
+ - uses : actions/setup-node@v3
50
+ with :
51
+ node-version : 16
52
+ cache : npm
45
53
- run : date > test.txt
46
54
- run : npm ci
47
55
- run : npm run build
80
88
- uses : actions/checkout@v3
81
89
with :
82
90
persist-credentials : false
91
+ - uses : actions/setup-node@v3
92
+ with :
93
+ node-version : 16
94
+ cache : npm
83
95
- run : date > file1.txt
84
96
- run : date > file2.txt
85
97
- run : npm ci
@@ -137,6 +149,10 @@ jobs:
137
149
- uses : actions/checkout@v3
138
150
with :
139
151
persist-credentials : false
152
+ - uses : actions/setup-node@v3
153
+ with :
154
+ node-version : 16
155
+ cache : npm
140
156
- run : date > test.txt
141
157
- run : npm ci
142
158
- run : npm run build
@@ -162,6 +178,10 @@ jobs:
162
178
- uses : actions/checkout@v3
163
179
with :
164
180
persist-credentials : false
181
+ - uses : actions/setup-node@v3
182
+ with :
183
+ node-version : 16
184
+ cache : npm
165
185
- run : date > .github/test.txt
166
186
- run : npm ci
167
187
- run : npm run build
@@ -178,6 +198,10 @@ jobs:
178
198
- uses : actions/checkout@v3
179
199
with :
180
200
persist-credentials : false
201
+ - uses : actions/setup-node@v3
202
+ with :
203
+ node-version : 16
204
+ cache : npm
181
205
- run : date > test.txt
182
206
- run : npm ci
183
207
- run : npm run build
@@ -243,6 +267,10 @@ jobs:
243
267
- uses : actions/checkout@v3
244
268
with :
245
269
persist-credentials : false
270
+ - uses : actions/setup-node@v3
271
+ with :
272
+ node-version : 16
273
+ cache : npm
246
274
- run : date > test.txt
247
275
- run : npm ci
248
276
- run : npm run build
0 commit comments