Skip to content

Commit 1fdefa1

Browse files
zhongliang02PrawiraGenestonlia
authored andcommitted
fix: use actions cache v4 to fix the CI
1 parent f498c73 commit 1fdefa1

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
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: '16.x'
1616
- name: Cache Node.js modules
17-
uses: actions/cache@v2
17+
uses: actions/cache@v4
1818
with:
1919
# npm cache files are stored in `~/.npm` on Linux/macOS
2020
path: ~/.npm
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
node-version: '16.x'
3737
- name: Cache Node.js modules
38-
uses: actions/cache@v2
38+
uses: actions/cache@v4
3939
with:
4040
# npm cache files are stored in `~/.npm` on Linux/macOS
4141
path: ~/.npm

0 commit comments

Comments
 (0)