Skip to content

Commit 3b29581

Browse files
authored
Update plugin version
1 parent 158dbb9 commit 3b29581

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#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

0 commit comments

Comments
 (0)