Skip to content

Commit 2c616cc

Browse files
committed
v4 cache
1 parent 2a16583 commit 2c616cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818

1919
- uses: actions/setup-node@v2
2020
with:
21-
node-version: "16"
21+
node-version: "22"
2222

2323
- name: Cache node_modules
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
path: ~/.npm
2727
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)