Skip to content

Commit

Permalink
upgrade to pnpm 9 and fix broken pnpm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jul 31, 2024
1 parent 0afe1d3 commit 28f53ef
Show file tree
Hide file tree
Showing 3 changed files with 2,732 additions and 2,201 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
- uses: pnpm/action-setup@v4
with:
version: 8.6.2
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"ci:release": "changeset publish",
"ci:version": "changeset version"
},
"packageManager": "pnpm@8.1.0",
"packageManager": "pnpm@9.6.0",
"engines": {
"pnpm": "^8.0.0"
"pnpm": "^9.0.0"
}
}
Loading

0 comments on commit 28f53ef

Please sign in to comment.