We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a9f1c commit e0b5bffCopy full SHA for e0b5bff
.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@v4
+ uses: actions/cache@v5
28
29
path: ~/.npm
30
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -44,7 +44,7 @@ jobs:
44
45
node-version: 22.21.1
46
47
48
49
50
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
70
0 commit comments