Skip to content

Commit

Permalink
Revert engine range bump back to Node 18
Browse files Browse the repository at this point in the history
Unbreaking change: We will support 18 until Apr 2025 or something forces us to update.
  • Loading branch information
bcomnes committed Oct 23, 2024
1 parent 1a2f0a1 commit b2e849b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"main": "lib/index.js",
"engines": {
"node": "^20.5.0 || >=22.0.0",
"node": "^18.17.0 || >=20.5.0",
"npm": ">= 9"
},
"scripts": {
Expand All @@ -33,7 +33,7 @@
"ansi-styles": "^6.2.1",
"cross-spawn": "^7.0.3",
"memorystream": "^0.3.1",
"minimatch": "^10.0.1",
"minimatch": "^9.0.0",
"pidtree": "^0.6.0",
"read-package-json-fast": "^4.0.0",
"shell-quote": "^1.7.3",
Expand Down

0 comments on commit b2e849b

Please sign in to comment.