Skip to content

Commit b95110b

Browse files
authored
Merge pull request #104 from buildkite-plugins/update-release
Update release version
2 parents ee65e49 + 5f55172 commit b95110b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
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

0 commit comments

Comments
 (0)