refactor: remove npm cache configuration from CI workflow
All checks were successful
CI / build-and-publish (push) Successful in 10s
All checks were successful
CI / build-and-publish (push) Successful in 10s
This commit is contained in:
@@ -15,8 +15,6 @@ jobs:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '24'
|
||||
cache: 'npm'
|
||||
|
||||
|
||||
- run: npm install --only=dev
|
||||
|
||||
|
||||
Reference in New Issue
Block a user