We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ceb69 commit 702ad96Copy full SHA for 702ad96
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
node-version: ${{ matrix.node-version }}
26
- name: cache node modules
27
- uses: actions/cache@v1
+ uses: actions/cache@v4
28
29
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
30
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}
0 commit comments