Skip to content

Commit 507f33c

Browse files
committed
feat: remove cache
1 parent f78121d commit 507f33c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/vercel-deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,10 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

17-
- name: Setup pnpm
18-
uses: pnpm/action-setup@v4
19-
with:
20-
version: 10.23.0
21-
2217
- name: Setup Node.js
2318
uses: actions/setup-node@v4
2419
with:
2520
node-version: "20"
26-
cache: "pnpm"
2721

2822
- name: Install Vercel CLI
2923
run: npm install --global vercel@latest

0 commit comments

Comments
 (0)