We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f3e3e commit 5becb2aCopy full SHA for 5becb2a
.github/workflows/test.yaml
@@ -45,7 +45,7 @@ jobs:
45
node-version: ${{ matrix.node-version }}
46
47
- name: Cache npm
48
- uses: actions/cache@v1
+ uses: actions/cache@v4
49
with:
50
path: ~/.npm
51
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
0 commit comments