We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604aae1 commit 0318a27Copy full SHA for 0318a27
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
echo "dir=\"$(npm config get cache)\"" >> $GITHUB_OUTPUT
29
30
- name: Cache npm dependencies
31
- uses: actions/cache@v3
+ uses: actions/cache@v4
32
with:
33
path: ${{ steps.npm-cache-dir.outputs.dir }}
34
key: ${{ runner.os }}-node-${{ matrix.node-version }}-npm-${{ hashFiles('**/package.json') }}
0 commit comments