Skip to content

Commit 1ff51fe

Browse files
committed
chore: remove npm cache in action
1 parent 716107b commit 1ff51fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: .github/actions/setup/action.yml

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ runs:
77
- uses: actions/setup-node@v4
88
with:
99
node-version: 'lts/*'
10-
cache: 'npm'
1110
registry-url: 'https://registry.npmjs.org'
1211
- run: npm install -g npm@latest
1312
shell: bash

0 commit comments

Comments
 (0)