Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Norton-Lin authored Sep 17, 2024
1 parent 40b1a86 commit a5bece5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16' # 更新 Node.js 版本到 16
- run: npm install
- run: |
npm install --save-dev @commitlint/config-angular @commitlint/cli
Expand Down

0 comments on commit a5bece5

Please sign in to comment.