Skip to content

Commit f2185fe

Browse files
authored
fix: use valid semver range for engines.node (#378)
1 parent 6168938 commit f2185fe

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
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/nodejs/corepack.git"
1111
},
1212
"engines": {
13-
"node": "^18.17.1 | >=20.10.0"
13+
"node": "^18.17.1 || >=20.10.0"
1414
},
1515
"exports": {
1616
"./package.json": "./package.json"

0 commit comments

Comments
 (0)