Skip to content

Commit

Permalink
Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
pzeballos authored Mar 28, 2023
1 parent 158dbb9 commit 3b29581
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
- label: ':nodejs: Install dependencies'
command: npm ci
plugins:
- cache#v0.3.0:
- cache#v0.3.1:
manifest: package-lock.json
path: node_modules
restore: file
Expand Down Expand Up @@ -114,7 +114,7 @@ steps:
- label: ':nodejs: Install dependencies'
command: npm ci
plugins:
- cache#v0.3.0:
- cache#v0.3.1:
manifest: package-lock.json
path: node_modules
restore: pipeline
Expand All @@ -123,7 +123,7 @@ steps:
- label: ':test_tube: Run tests'
command: npm test # does not save cache, not necessary
plugins:
- cache#v0.3.0:
- cache#v0.3.1:
manifest: package-lock.json
path: node_modules
restore: file
Expand All @@ -132,7 +132,7 @@ steps:
if: build.branch == "master"
command: npm run deploy
plugins:
- cache#v0.3.0:
- cache#v0.3.1:
manifest: package-lock.json
path: node_modules
restore: file
Expand Down

0 comments on commit 3b29581

Please sign in to comment.