Skip to content

Commit

Permalink
Version Packages: Fixes issue with missing pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
geofflamrock committed Nov 7, 2021
1 parent ba6423b commit 0c8ca37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ jobs:
with:
fetch-depth: 0

- uses: pnpm/action-setup@v2.0.1
with:
version: 6.20.3
run_install: true

- name: Publish packages to npm
uses: changesets/action@master
with:
Expand Down

0 comments on commit 0c8ca37

Please sign in to comment.