diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37ebf5b..f6e2bcb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: node-version: ${{ matrix.node }} - name: Restore npm cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-${{ matrix.node }}-node-${{ hashFiles('**/package-lock.json') }}