Skip to content

Commit

Permalink
chore(ci): 升级 CI 运行的 pnpm 版本, 解决 ERR_INVALID_THIS 问题 (#2812)
Browse files Browse the repository at this point in the history
  • Loading branch information
lijinke666 authored Jul 5, 2024
1 parent 06217a9 commit bbea2e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
with:
python-version: '3.10'

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.pull_request.number }}
labels: '🚨 test failed'

- name: Remove test failed label
if: ${{ success() && github.event.pull_request.number != '' }}
uses: actions-cool/issues-helper@main
Expand Down

0 comments on commit bbea2e7

Please sign in to comment.