diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 76a5c6b..5be6dd9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: with: node-version: ${{ matrix.node }} - name: Restore NPM cache - uses: actions/cache@v3 + uses: actions/cache@v4 continue-on-error: true with: path: ~/.npm