Skip to content

Commit

Permalink
chore(release): Install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed May 12, 2024
1 parent 40f64f3 commit 1081bea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
with:
node-version: 20.x
registry-url: https://registry.npmjs.org
- name: install pnpm
run: npm i -g pnpm
- name: install
run: pnpm i
- name: release
Expand Down

0 comments on commit 1081bea

Please sign in to comment.