Skip to content

Commit

Permalink
Merge pull request #354 from legobeat/nodejs-14
Browse files Browse the repository at this point in the history
BREAKING: Bump minimum Node.js version to ^14.15.0
  • Loading branch information
yannbf committed Oct 30, 2023
2 parents 25cb18d + f92abc9 commit 793987e
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 @@ -121,7 +121,7 @@
"ts-dedent": "^2.0.0"
},
"engines": {
"node": ">=12.0.0"
"node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0"
},
"auto": {
"prereleaseBranches": [
Expand Down

0 comments on commit 793987e

Please sign in to comment.