Skip to content

Commit 4fdcf66

Browse files
committed
try to fix CI
1 parent eed8aa8 commit 4fdcf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# https://www.voorhoede.nl/en/blog/super-fast-npm-install-on-github-actions/
2525
- name: Cache dependencies
2626
id: cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v4
2828
with:
2929
path: ./node_modules
3030
key: npm-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)