Skip to content

Commit

Permalink
fix: install pnpm for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Azq2 committed Jan 10, 2025
1 parent b4d93cc commit d262d71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: corepack enable pnpm
- run: pnpm install
- run: pnpm run build
- run: pnpm publish --access public
Expand Down

0 comments on commit d262d71

Please sign in to comment.