Skip to content

Commit

Permalink
fix(ci): Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
syfxlin committed Oct 16, 2024
1 parent 326137c commit 9214eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup PNPM
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4
with:
version: 8.12.1
version: 9.5.0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 9214eb8

Please sign in to comment.