Skip to content

Commit

Permalink
ci: fix publishing to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Aug 1, 2024
1 parent f883eef commit 8ee8cde
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 @@ -42,9 +42,9 @@ jobs:
with:
registry-url: "https://registry.npmjs.org"
- name: Setup pnpm
uses: pnpm/action-setup@v2.4.0
uses: pnpm/action-setup@v4.0.0
with:
version: 8.10.5
version: latest
run_install: true
- name: Publish npm package
run: |
Expand Down

0 comments on commit 8ee8cde

Please sign in to comment.