Skip to content

Commit 377522a

Browse files
authored
Add pnpm v10 to supported engines (#235)
1 parent 29dd908 commit 377522a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
},
9494
"engines": {
9595
"node": "^18 || >=20",
96-
"pnpm": "^9"
96+
"pnpm": "^9 || ^10"
9797
},
9898
"private": true,
9999
"type": "module",

0 commit comments

Comments
 (0)