File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 - label : ' :nodejs: Install dependencies'
1414 command : npm ci
1515 plugins :
16- - cache#v1.5.0 :
16+ - cache#v1.5.1 :
1717 manifest : package-lock.json
1818 path : node_modules
1919 restore : file
@@ -142,7 +142,7 @@ steps:
142142 - label: ':nodejs: Install dependencies'
143143 command: npm ci
144144 plugins:
145- - cache#v1.5.0 :
145+ - cache#v1.5.1 :
146146 manifest: package-lock.json
147147 path: node_modules
148148 restore: pipeline
@@ -153,7 +153,7 @@ steps:
153153 - label: ':test_tube: Run tests'
154154 command: npm test # does not save cache, not necessary
155155 plugins:
156- - cache#v1.5.0 :
156+ - cache#v1.5.1 :
157157 manifest: package-lock.json
158158 path: node_modules
159159 restore: file
@@ -162,7 +162,7 @@ steps:
162162 if: build.branch == "master"
163163 command: npm run deploy
164164 plugins:
165- - cache#v1.5.0 :
165+ - cache#v1.5.1 :
166166 manifest: package-lock.json
167167 path: node_modules
168168 restore: file
You can’t perform that action at this time.
0 commit comments