Skip to content

Commit

Permalink
Remove support for Node.js 16 (#194)
Browse files Browse the repository at this point in the history
Node.js 18 is currently the oldest version that’s still supported.
  • Loading branch information
remcohaszing authored Oct 21, 2024
1 parent 3002ded commit 336783f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Tim Koschuetzki <[email protected]>",
"packageManager": "[email protected]",
"engines": {
"node": ">= 14.17"
"node": ">= 18"
},
"dependencies": {
"debug": "^4.3.1",
Expand Down

0 comments on commit 336783f

Please sign in to comment.