Skip to content

Commit 9011ce8

Browse files
committed
chore(pkg): align node engine requirement to v22 🔧
Update package metadata to require Node.js >=22.0.0 so runtime requirement matches the documented support target.
1 parent 26eeb9d commit 9011ce8

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
@@ -63,7 +63,7 @@
6363
},
6464
"homepage": "https://github.com/NeaByteLab/Jsonary#readme",
6565
"engines": {
66-
"node": ">=20.0.0"
66+
"node": ">=22.0.0"
6767
},
6868
"files": [
6969
"dist/**/*",

0 commit comments

Comments
 (0)