Skip to content

Commit b025ff8

Browse files
committed
fix: require Node 22+ (semantic-release@25 compatibility)
1 parent d83608b commit b025ff8

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
@@ -59,7 +59,7 @@
5959
},
6060
"homepage": "https://github.com/wyre-technology/node-syncro#readme",
6161
"engines": {
62-
"node": ">=18.0.0"
62+
"node": ">=22.0.0"
6363
},
6464
"devDependencies": {
6565
"@semantic-release/changelog": "^6.0.3",

0 commit comments

Comments
 (0)