fix: remove npm cache from setup-node #7

Merged
josh merged 1 commits from fix/ci-remove-npm-cache into dev 2026-03-28 13:16:33 -04:00
Showing only changes of commit cae0f2222a - Show all commits

View File

@@ -19,7 +19,6 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 'lts/*' node-version: 'lts/*'
cache: npm
- run: npm ci - run: npm ci