Skip to content

Commit

Permalink
ci: install pnpm in npm-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu89 committed Jul 17, 2023
1 parent 80d83e4 commit cd65302
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 18
- uses: pnpm/action-setup@v2
with:
version: 8.5.1
- run: pnpm install
# - run: npm test
- uses: JS-DevTools/npm-publish@v1
Expand Down

0 comments on commit cd65302

Please sign in to comment.