Skip to content

Commit

Permalink
feat: drop nodejs v14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Apr 13, 2023
1 parent af42b1b commit 6c65bd5
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 @@ -16,7 +16,7 @@
"author": "Azat S. <to@azat.io>",
"license": "MIT",
"engines": {
"node": "^14.0.0 || ^16.0.0 || >=18.0.0"
"node": "^16.0.0 || >=18.0.0"
},
"scripts": {
"start": "tsc -b --watch",
Expand Down

0 comments on commit 6c65bd5

Please sign in to comment.