From 4dd8c5f60cde62eb2caf6824a6bf6656a158be0b Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Thu, 13 May 2021 11:07:03 -0400 Subject: [PATCH] chore(template): sync with ahmadnassri/template-node-lib --- .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 9832bfa..402e45f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,7 +69,7 @@ jobs: with: submodules: true - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.4 with: path: ~/.npm key: ${{ matrix.os }}-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}