We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0df83d commit cc22929Copy full SHA for cc22929
1 file changed
.github/workflows/vercel__deploy-manual.yml
@@ -51,14 +51,10 @@ jobs:
51
registry-url: 'https://registry.npmjs.org'
52
53
- name: Install pnpm
54
- uses: pnpm/action-setup@v4
+ uses: pnpm/action-setup@v6
55
with:
56
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
+ cache: true
62
63
- name: Install Vercel CLI
64
run: pnpm add -g vercel
0 commit comments