We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc6936 commit e31c44dCopy full SHA for e31c44d
.github/workflows/test.yaml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
node-version: ${{ matrix.node-version }}
41
- name: Cache npm
42
- uses: actions/cache@v1
+ uses: actions/cache@v4
43
44
path: ~/.npm
45
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
66
0 commit comments