Skip to content

Commit aec8f3b

Browse files
committed
feat!: drop support for Node.js 20.x and 25.x
1 parent cd1a6a8 commit aec8f3b

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
@@ -29,7 +29,7 @@
2929
"core-validate-commit": "./bin/cmd.js"
3030
},
3131
"engines": {
32-
"node": "^20.19.6 || ^22.21.1 || >=24.12.0"
32+
"node": "^22.21.1 || ^24.12.0 || >=26.0.0"
3333
},
3434
"author": "Evan Lucas <[email protected]>",
3535
"repository": {

0 commit comments

Comments
 (0)