File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - label : ' :nodejs: Install dependencies'
1414 command : npm ci
1515 plugins :
16- - cache#v1.8.0 :
16+ - cache#v1.8.1 :
1717 manifest : package-lock.json
1818 path : node_modules
1919 restore : file
8181 - label: ':nodejs: Install dependencies'
8282 command: npm ci
8383 plugins:
84- - cache#v1.8.0 :
84+ - cache#v1.8.1 :
8585 backend: fs
8686 path: node_modules
8787 manifest: package-lock.json
@@ -121,7 +121,7 @@ steps:
121121 plugins:
122122 - aws-assume-role-with-web-identity#v1.4.0:
123123 role-arn: $AWS_ROLE_ARN
124- - cache#v1.8.0 :
124+ - cache#v1.8.1 :
125125 backend: s3
126126 path: node_modules
127127 manifest: package-lock.json
@@ -177,7 +177,7 @@ steps:
177177 os: "{{matrix}}"
178178 GOMODCACHE: pkg/cache
179179 plugins:
180- - cache#v1.8.0 :
180+ - cache#v1.8.1 :
181181 path: pkg/cache
182182 manifest:
183183 - go.mod
@@ -243,7 +243,7 @@ steps:
243243 - label: ':nodejs: Install dependencies'
244244 command: npm ci
245245 plugins:
246- - cache#v1.8.0 :
246+ - cache#v1.8.1 :
247247 manifest:
248248 - package-lock.json
249249 path: node_modules
@@ -255,7 +255,7 @@ steps:
255255 - label: ':test_tube: Run tests'
256256 command: npm test # does not save cache, not necessary
257257 plugins:
258- - cache#v1.8.0 :
258+ - cache#v1.8.1 :
259259 manifest:
260260 - package-lock.json
261261 path: node_modules
@@ -265,7 +265,7 @@ steps:
265265 if: build.branch == "master"
266266 command: npm run deploy
267267 plugins:
268- - cache#v1.8.0 :
268+ - cache#v1.8.1 :
269269 manifest:
270270 - package-lock.json
271271 path: node_modules
@@ -290,7 +290,7 @@ steps:
290290 - label: ':nodejs: Install dependencies'
291291 command: npm ci
292292 plugins:
293- - cache#v1.8.0 :
293+ - cache#v1.8.1 :
294294 path: node_modules
295295 manifest: package-lock.json
296296 restore: file
You can’t perform that action at this time.
0 commit comments