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 May 16, 2024
1 parent 5fa7ecf commit 46f7e41
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 @@ -24,7 +24,7 @@
"test": "ava"
},
"engines": {
"node": "^14 || ^16 || >=18"
"node": "^18 || >=20"
},
"dependencies": {
"@softwareventures/array": "^3.10.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0",
Expand Down

0 comments on commit 46f7e41

Please sign in to comment.