Skip to content

Commit 776a42a

Browse files
committed
chore(package.json): replace pnpm version constraint with node >=22.0.0
1 parent 3235397 commit 776a42a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
},
124124
"packageManager": "pnpm@10.33.2",
125125
"engines": {
126-
"pnpm": ">=9"
126+
"node": ">=22.0.0"
127127
},
128128
"publishConfig": {
129129
"access": "public"

0 commit comments

Comments
 (0)