Skip to content

Commit

Permalink
chore: use [email protected] in corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Oct 11, 2023
1 parent f122cea commit e3d3bda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
"gen-release-note": "modern gen-release-note"
},
"engines": {
"node": ">=16.18.1"
"node": ">=16.18.1",
"pnpm": ">=8.7.0"
},
"packageManager": "pnpm@8.8.0",
"packageManager": "pnpm@8.9.0",
"nano-staged": {
"*.{md,json,css,less,scss}": "prettier --write",
"*.{js,jsx,ts,tsx,mjs,cjs}": [
Expand Down

0 comments on commit e3d3bda

Please sign in to comment.