Skip to content

Commit c0671f2

Browse files
committed
chore: cache pnpm
1 parent 2393d6d commit c0671f2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/vercel-deploy.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,16 @@ 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+
1722
- name: Setup Node.js
1823
uses: actions/setup-node@v4
1924
with:
20-
node-version: '20'
21-
cache: 'npm'
25+
node-version: "20"
26+
cache: "pnpm"
2227

2328
- name: Install Vercel CLI
2429
run: npm install --global vercel@latest

0 commit comments

Comments
 (0)