Remove npm cache configuration from CI workflow
Some checks failed
CI / build-and-publish (push) Failing after 6s
Some checks failed
CI / build-and-publish (push) Failing after 6s
This commit is contained in:
@@ -15,7 +15,6 @@ jobs:
|
|||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '24'
|
node-version: '24'
|
||||||
cache: 'npm'
|
|
||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user