Skip to content

Commit

Permalink
build: fix minimum node version in package.json
Browse files Browse the repository at this point in the history
Closes #19
  • Loading branch information
adrianbrs committed Nov 26, 2022
1 parent 2bb14c1 commit 1605f7e
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 @@ -80,7 +80,7 @@
"reflect-metadata": "^0.1.13"
},
"engines": {
"node": "^12.19.0 || ^14.15.0 || ^16.13.0"
"node": ">= 12.9.0"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit 1605f7e

Please sign in to comment.