Skip to content

Commit 21d6e7f

Browse files
authored
Remove pnpm cache configuration from deploy workflow
Removed caching configuration for pnpm in Node.js setup.
1 parent df841a9 commit 21d6e7f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: 20
25-
cache: 'pnpm'
26-
cache-dependency-path: WWW/pnpm-lock.yaml
25+
2726

2827
- name: Install Vercel CLI
2928
run: npm install --global vercel@latest

0 commit comments

Comments
 (0)