diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c7d256..56860a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: - name: Update to npm 7 run: npm i -g npm@7 --registry=https://registry.npmjs.org - - uses: actions/cache@v3.0.10 + - uses: actions/cache@v3.2.0 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}