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.1 .0:
16+ - cache#v1.3 .0:
1717 manifest : package-lock.json
1818 path : node_modules
1919 restore : file
@@ -131,7 +131,7 @@ steps:
131131 - label: ':nodejs: Install dependencies'
132132 command: npm ci
133133 plugins:
134- - cache#v1.1 .0:
134+ - cache#v1.3 .0:
135135 manifest: package-lock.json
136136 path: node_modules
137137 restore: pipeline
@@ -142,7 +142,7 @@ steps:
142142 - label: ':test_tube: Run tests'
143143 command: npm test # does not save cache, not necessary
144144 plugins:
145- - cache#v1.1 .0:
145+ - cache#v1.3 .0:
146146 manifest: package-lock.json
147147 path: node_modules
148148 restore: file
@@ -151,7 +151,7 @@ steps:
151151 if: build.branch == "master"
152152 command: npm run deploy
153153 plugins:
154- - cache#v1.1 .0:
154+ - cache#v1.3 .0:
155155 manifest: package-lock.json
156156 path: node_modules
157157 restore: file
You can’t perform that action at this time.
0 commit comments