Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
darkyzhou committed Feb 25, 2024
1 parent 3ce5d49 commit 5deaef8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ jobs:
with:
node-version: '20.x'
cache: 'npm'
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 8
- name: Build
run: npm install && npm run build
run: pnpm install && pnpm build
- name: Upload to Accelerate COS
uses: XUEGAONET/tencent-cos-action@v0.2.0
with:
Expand Down

0 comments on commit 5deaef8

Please sign in to comment.