From 638f75105665aa409ffc245169b6b485d2b4ded3 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Wed, 27 Nov 2019 22:05:49 +0900 Subject: [PATCH] Update test.yml (#96) --- .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 b95a870..4e3ef0a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: node-version: '${{ steps.nvm.outputs.NVMRC }}' - name: Cache - uses: actions/cache@v1.0.1 + uses: actions/cache@v1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}