Skip to content

Commit dc37879

Browse files
authored
Node.js: make engines less strict (#8837)
1 parent 6472150 commit dc37879

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
@@ -5,7 +5,7 @@
55
"version": "25.2.0",
66
"license": "UNLICENSED",
77
"engines": {
8-
"node": "24.15.0"
8+
"node": "^24.15.0"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)