Skip to content

Commit 19452b1

Browse files
authored
Use a more specific engine range within 20
Counting this as a bugfix to the major version we just did.
1 parent 57337c9 commit 19452b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"main": "lib/index.js",
1212
"engines": {
13-
"node": ">=20.5.0",
13+
"node": "^20.5.0 || >=22.0.0",
1414
"npm": ">= 10"
1515
},
1616
"scripts": {

0 commit comments

Comments
 (0)