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#v0.3.0 :
16+ - cache#v0.3.1 :
1717 manifest : package-lock.json
1818 path : node_modules
1919 restore : file
@@ -114,7 +114,7 @@ steps:
114114 - label: ':nodejs: Install dependencies'
115115 command: npm ci
116116 plugins:
117- - cache#v0.3.0 :
117+ - cache#v0.3.1 :
118118 manifest: package-lock.json
119119 path: node_modules
120120 restore: pipeline
@@ -123,7 +123,7 @@ steps:
123123 - label: ':test_tube: Run tests'
124124 command: npm test # does not save cache, not necessary
125125 plugins:
126- - cache#v0.3.0 :
126+ - cache#v0.3.1 :
127127 manifest: package-lock.json
128128 path: node_modules
129129 restore: file
@@ -132,7 +132,7 @@ steps:
132132 if: build.branch == "master"
133133 command: npm run deploy
134134 plugins:
135- - cache#v0.3.0 :
135+ - cache#v0.3.1 :
136136 manifest: package-lock.json
137137 path: node_modules
138138 restore: file
You can’t perform that action at this time.
0 commit comments