Skip to content

Commit fbc269a

Browse files
authored
Node.js: make engines less strict (#8836)
1 parent a831a7c commit fbc269a

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": "26.1.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)