From 99d7bc19cc3b4967ab41d95109069661439029d7 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Mon, 11 Oct 2021 22:37:35 -0400 Subject: [PATCH] chore(template): sync with ahmadnassri/template-node-lib --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5ede9a0..0eea54e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -101,7 +101,7 @@ jobs: with: submodules: true - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.6 with: path: ~/.npm key: ${{ matrix.os }}-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}