Skip to content

Commit

Permalink
chore: repo overall update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Nov 18, 2024
1 parent 1345f8e commit 8da0429
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/upload-canyon-report-coverage-map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
node-version: '20' # 根据项目需求选择 Node.js 版本

# 安装 pnpm
- name: Install pnpm
run: npm install -g pnpm

# 安装依赖
- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 8da0429

Please sign in to comment.