Skip to content

Commit

Permalink
chore: update corepack & pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
RJWadley committed Feb 3, 2025
1 parent 6f697b4 commit 39886e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
node-version: '20'

- run: npm install -g corepack
- run: corepack enable
- run: corepack pnpm install

Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,12 @@
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]+sha512.c89847b0667ddab50396bbbd008a2a43cf3b581efd59cf5d9aa8923ea1fb4b8106c041d540d08acb095037594d73ebc51e1ec89ee40c88b30b8a66c0fae0ac1b",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"msw",
"sharp"
]
}
}

0 comments on commit 39886e6

Please sign in to comment.