Skip to content

Commit

Permalink
fix(ci): install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-bechara committed Mar 29, 2024
1 parent 57dbd4d commit 39f4596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: "lts/*"
- name: Install dependencies
run: pnpm i
run: npmn i -g pnpm && pnpm i
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 39f4596

Please sign in to comment.