Skip to content

Commit 274182a

Browse files
committed
ci: fix pnpm
1 parent 90b51b5 commit 274182a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ jobs:
1212
CI:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
16-
- name: Install PNPM
17-
run: npm install --global pnpm && pnpm setup
15+
- uses: actions/checkout@v4
16+
- uses: pnpm/action-setup@v3
17+
with:
18+
version: 9
1819
- name: Install Vercel CLI
1920
run: pnpm install --global vercel@canary
2021
- name: Pull Vercel Environment Information

0 commit comments

Comments
 (0)