From 7eda48502be54db8643b8b1599a315f40ce2adb4 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Mon, 8 Feb 2021 19:22:00 -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 5f86058..12e88f8 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') }}