Skip to content

Commit eec8625

Browse files
committed
fix(ci): update actions versions
1 parent 88a695f commit eec8625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: 20
2323

2424
- name: cache dependencies
25-
uses: actions/cache@v5
25+
uses: actions/cache@v4
2626
with:
2727
path: ~/.npm
2828
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -48,7 +48,7 @@ jobs:
4848
node-version: ${{ matrix.node }}
4949

5050
- name: Cache dependencies ${{ matrix.node }}
51-
uses: actions/cache@v5
51+
uses: actions/cache@v4
5252
with:
5353
path: ~/.npm
5454
key: ${{ runner.os }}-node-${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)