Skip to content

Commit

Permalink
Merge pull request #87 from eryue0220/fix/npm-publish
Browse files Browse the repository at this point in the history
fix(ci): npm publish error
  • Loading branch information
eryue0220 authored Dec 21, 2024
2 parents 85db756 + 8c8a693 commit 8027c50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:

- name: Setup PNPM
uses: pnpm/action-setup@v4

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org
cache: "pnpm"

- name: Install dependencies
Expand Down

0 comments on commit 8027c50

Please sign in to comment.