Skip to content

Commit

Permalink
chore: upgrade to pnpm 9 (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Jun 12, 2024
1 parent 10701bb commit 12fdd45
Show file tree
Hide file tree
Showing 3 changed files with 1,951 additions and 1,581 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@v2.2.4
with:
version: 9.1
- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"packageManager": "pnpm@9.3.0",
"engines": {
"node": ">=18",
"pnpm": ">=8"
"pnpm": ">=9.2.0"
},
"scripts": {
"changeset": "changeset",
Expand Down
Loading

0 comments on commit 12fdd45

Please sign in to comment.