Skip to content

Commit

Permalink
pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon committed Nov 8, 2024
1 parent 58da52a commit f9d41fb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ jobs:
with:
node-version: '20.x'

- name: Install dependencies
run: npm ci
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8.6.1
run_install: true

- name: Check for changeset
run: npx changeset status --since=origin/main
Expand Down

0 comments on commit f9d41fb

Please sign in to comment.