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 53f3e3e commit 769db4aCopy full SHA for 769db4a
.github/workflows/test.yaml
@@ -22,7 +22,7 @@ jobs:
22
node-version: ${{ matrix.node-version }}
23
24
- name: Cache npm
25
- uses: actions/cache@v1
+ uses: actions/cache@v4
26
with:
27
path: ~/.npm
28
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
0 commit comments