From 5f5eac94c52c36da9eb6afca68c87063419f3469 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Mon, 8 Feb 2021 19:21:56 -0500 Subject: [PATCH] chore(template) update .github/workflows/test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f86058c..12e88f8a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: with: node-version: 14 - - uses: actions/cache@v2 + - uses: actions/cache@v2.1.4 with: path: ~/.npm key: ${{ hashFiles('**/package-lock.json') }}