Skip to content

Commit c564d81

Browse files
authored
chore!: drop support for Node.js 20 and 25 (#1072)
1 parent 9a4439b commit c564d81

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
@@ -4,7 +4,7 @@
44
"description": "Utilities for Node.js core collaborators",
55
"type": "module",
66
"engines": {
7-
"node": "^20.19.0 || ^22.20.0 || >=24.10.0"
7+
"node": "^22.22.2 || ^24.15.0 || >=26.0.0"
88
},
99
"bin": {
1010
"get-metadata": "bin/get-metadata.js",

0 commit comments

Comments
 (0)