Skip to content

Commit 2e19cf2

Browse files
committed
chore: limit pnpm version by the "engines" field in package.json
1 parent 1531e04 commit 2e19cf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"engines": {
3-
"node": "^16"
3+
"node": "^16",
4+
"pnpm": "^8"
45
},
56
"scripts": {
67
"preinstall": "npx only-allow pnpm",

0 commit comments

Comments
 (0)