Skip to content

Commit b2e849b

Browse files
committed
Revert engine range bump back to Node 18
Unbreaking change: We will support 18 until Apr 2025 or something forces us to update.
1 parent 1a2f0a1 commit b2e849b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
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 || >=22.0.0",
13+
"node": "^18.17.0 || >=20.5.0",
1414
"npm": ">= 9"
1515
},
1616
"scripts": {
@@ -33,7 +33,7 @@
3333
"ansi-styles": "^6.2.1",
3434
"cross-spawn": "^7.0.3",
3535
"memorystream": "^0.3.1",
36-
"minimatch": "^10.0.1",
36+
"minimatch": "^9.0.0",
3737
"pidtree": "^0.6.0",
3838
"read-package-json-fast": "^4.0.0",
3939
"shell-quote": "^1.7.3",

0 commit comments

Comments
 (0)