Skip to content

Commit

Permalink
🔧 ci: update pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
frostime committed Jul 4, 2024
1 parent 504de7d commit 0597449
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
@@ -17,12 +17,12 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: "https://registry.npmjs.org"

# Install pnpm
- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
id: pnpm-install
with:
version: 8

0 comments on commit 0597449

Please sign in to comment.