Skip to content

Commit 0035711

Browse files
committed
update
1 parent 57174dd commit 0035711

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/NodeCI.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,14 @@ jobs:
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: lts/*
22-
- uses: actions/cache/restore@v4
22+
- uses: actions/cache
2323
with:
2424
path: node_modules
2525
key: ${{ runner.os }}-${{ hashFiles('package.json') }}-${{ github.ref }}
2626
- name: Install Packages
2727
run: yarn
2828
- name: Lint
2929
run: yarn lint
30-
- uses: actions/cache/save@v4
31-
if: always()
32-
with:
33-
path: node_modules
34-
key: ${{ runner.os }}-${{ hashFiles('package.json') }}-${{ github.ref }}
3530
test:
3631
strategy:
3732
matrix:

0 commit comments

Comments
 (0)