Skip to content

Commit

Permalink
Fix pnpm missing
Browse files Browse the repository at this point in the history
Signed-off-by: Ayase Minori <ayane@vignetteapp.org>
  • Loading branch information
sr229 committed Aug 26, 2024
1 parent bf2aa38 commit 8eee9d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
with:
node-version: "20.x"
registry-url: "https://registry.npmjs.org"
- run: pnpm install --frozen-lockfile
- run: npm i -g pnpm && pnpm install
- run: npm publish --access public
- run: npx jsr publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
- run: npx jsr publish
- uses: actions/setup-node@v4
with:
registry-url: "https://npm.pkg.github.com"
Expand Down

0 comments on commit 8eee9d6

Please sign in to comment.