Skip to content

Commit e52461f

Browse files
chore: update plugin version number in README.md
1 parent 54c9d8b commit e52461f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

0 commit comments

Comments
 (0)