Remove cache configuration for pnpm in CI/CD workflow

This commit is contained in:
Space-Banane
2026-03-18 16:13:17 +01:00
parent f5515c1c07
commit bbddbe0bca
-2
View File
@@ -20,7 +20,6 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: '24' node-version: '24'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile - run: pnpm install --frozen-lockfile
- run: pnpm build - run: pnpm build
@@ -39,7 +38,6 @@ jobs:
with: with:
node-version: '24' node-version: '24'
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile - run: pnpm install --frozen-lockfile
- run: pnpm build - run: pnpm build