Skip to content

Commit 0f1dcf4

Browse files
authored
Update ci.yaml (#27)
1 parent 681dcb5 commit 0f1dcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: 16
1717
- uses: actions/checkout@v2
1818
- name: 'Cache node_modules'
19-
uses: actions/cache@v2
19+
uses: actions/cache@v4
2020
with:
2121
path: node_modules
2222
key: ${{ runner.os }}-node-v16-${{ hashFiles('**/generate.sh') }}

0 commit comments

Comments
 (0)