Skip to content

Commit bb9c02f

Browse files
authored
Node.js: make engines less strict (#8838)
1 parent 771b45a commit bb9c02f

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.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)