Skip to content

Commit 41ca574

Browse files
committed
Fix pnpm caching
1 parent 5f65625 commit 41ca574

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prepare-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- uses: actions/setup-node@v4
2424
with:
2525
node-version: 20
26-
cache: npm
26+
cache: pnpm
2727

2828
- run: pnpm ci --prod --prefer-offline --frozen-lockfile

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/setup-node@v4
3131
with:
3232
node-version: ${{ matrix.node-version }}
33-
cache: npm
33+
cache: pnpm
3434

3535
- run: pnpm ci --prefer-offline --no-audit --no-fund
3636
- run: pnpm run build

0 commit comments

Comments
 (0)