We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c5fe8 commit bf682f1Copy full SHA for bf682f1
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v4
26
27
- name: Cache node modules
28
- uses: actions/cache@v3
+ uses: actions/cache@v4
29
with:
30
path: ~/.npm
31
key: ${{ matrix.os }}-${{ matrix.node-version }}-npm-${{ hashFiles('**/package-lock.json') }}
0 commit comments