Skip to content

Commit 18131a6

Browse files
committed
fix: remove unnecessary cache
1 parent 6127513 commit 18131a6

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
uses: actions/setup-node@v4
1616
with:
1717
node-version-file: '.nvmrc'
18-
cache: 'pnpm'
1918

2019
- name: Setup pnpm
2120
uses: pnpm/action-setup@v4

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version-file: '.nvmrc'
28-
cache: 'pnpm'
2928

3029
- name: Setup pnpm
3130
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)