Skip to content

Commit 80fcc5e

Browse files
authored
fix: ci
1 parent efc536e commit 80fcc5e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,13 @@ jobs:
1818
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
21-
- name: Setup pnpm
22-
uses: pnpm/action-setup@v3
23-
with:
24-
version: 8
2521
- name: Use Node.js ${{ matrix.node-version }}
2622
uses: actions/setup-node@v4
2723
with:
2824
node-version: ${{ matrix.node-version }}
29-
cache: 'pnpm'
25+
cache: 'npm'
3026
- name: Install Vercel CLI
31-
run: pnpm add -D vercel@latest
27+
run: npm install --global vercel@latest
3228
- name: Pull Vercel Environment Information
3329
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
3430
- name: Build Project Artifacts

0 commit comments

Comments
 (0)