Skip to content

Commit abe52a1

Browse files
committed
Remove Node setup's "cache" field (because pnpm isn't installed prior to it). Letting pnpm handle caching itself after it's installed.
1 parent 8c71d66 commit abe52a1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
uses: actions/setup-node@v4
2828
with:
2929
node-version: '20'
30-
cache: 'pnpm'
3130

3231
- name: Enable Corepack
3332
run: corepack enable

0 commit comments

Comments
 (0)