Skip to content

Commit 4810635

Browse files
committed
chore: fix workflow
1 parent 0035711 commit 4810635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NodeCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: lts/*
22-
- uses: actions/cache
22+
- uses: actions/cache@v4
2323
with:
2424
path: node_modules
2525
key: ${{ runner.os }}-${{ hashFiles('package.json') }}-${{ github.ref }}

0 commit comments

Comments
 (0)