Skip to content

Commit cc22929

Browse files
committed
try v6
1 parent e0df83d commit cc22929

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/vercel__deploy-manual.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,10 @@ jobs:
5151
registry-url: 'https://registry.npmjs.org'
5252

5353
- name: Install pnpm
54-
uses: pnpm/action-setup@v4
54+
uses: pnpm/action-setup@v6
5555
with:
5656
version: 11.5.1
57-
58-
- name: Setup pnpm global bin path
59-
run: |
60-
echo "PNPM_HOME=$(pnpm store path)/../bin" >> $GITHUB_ENV
61-
echo "$(pnpm store path)/../bin" >> $GITHUB_PATH
57+
cache: true
6258

6359
- name: Install Vercel CLI
6460
run: pnpm add -g vercel

0 commit comments

Comments
 (0)