Skip to content

Commit

Permalink
feat(node): drop support for node < 18, 19
Browse files Browse the repository at this point in the history
BREAKING CHANGE: node versions < 18, 19 are no longer
supported.
  • Loading branch information
djcsdy committed Dec 6, 2023
1 parent 3a310e5 commit 6b4c34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
},
"sideEffects": false,
"engines": {
"node": "^14 || ^16 || >=18"
"node": "^18 || >=20"
},
"dependencies": {
"@softwareventures/nullable": "^1.0.0 || ^2.0.0 || ^3.0.0",
Expand Down

0 comments on commit 6b4c34a

Please sign in to comment.