We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b51b5 commit 274182aCopy full SHA for 274182a
.github/workflows/ci.yaml
@@ -12,9 +12,10 @@ jobs:
12
CI:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v2
16
- - name: Install PNPM
17
- run: npm install --global pnpm && pnpm setup
+ - uses: actions/checkout@v4
+ - uses: pnpm/action-setup@v3
+ with:
18
+ version: 9
19
- name: Install Vercel CLI
20
run: pnpm install --global vercel@canary
21
- name: Pull Vercel Environment Information
0 commit comments