Skip to content

Commit 72dde22

Browse files
committed
fix: update node engine version constraint to allow for versions >=22
1 parent f3d7761 commit 72dde22

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
@@ -14,7 +14,7 @@
1414
"version:major": "node scripts/bump-version.mjs major"
1515
},
1616
"engines": {
17-
"node": ">=22 <25",
17+
"node": ">=22",
1818
"pnpm": ">=10.18.1 <11"
1919
},
2020
"pnpm": {

0 commit comments

Comments
 (0)