From 3b2958157ce1c11a987b6713f37838f1d3a784d9 Mon Sep 17 00:00:00 2001 From: "Pol (Paula)" Date: Tue, 28 Mar 2023 15:03:30 -0300 Subject: [PATCH] Update plugin version --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c20322..4a400cd 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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 @@ -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