Skip to content

Commit

Permalink
install pnpm dependencies in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nsaunders committed May 15, 2024
1 parent d77fac2 commit 90254bc
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:
node-version: 20

- uses: pnpm/action-setup@v4
with:
run_install: true

- name: publish
id: changesets
Expand Down

0 comments on commit 90254bc

Please sign in to comment.