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 88a695f commit eec8625Copy full SHA for eec8625
.github/workflows/node.js.yml
@@ -22,7 +22,7 @@ jobs:
22
node-version: 20
23
24
- name: cache dependencies
25
- uses: actions/cache@v5
+ uses: actions/cache@v4
26
with:
27
path: ~/.npm
28
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -48,7 +48,7 @@ jobs:
48
node-version: ${{ matrix.node }}
49
50
- name: Cache dependencies ${{ matrix.node }}
51
52
53
54
key: ${{ runner.os }}-node-${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}
0 commit comments