Skip to content

Commit

Permalink
chore: support node 18 and higher only
Browse files Browse the repository at this point in the history
  • Loading branch information
acharyakavita committed Aug 8, 2024
1 parent 0d5d8cc commit 3f95999
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"/README.md",
"/dist"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "tsc",
"clean": "rimraf dist",
Expand Down

0 comments on commit 3f95999

Please sign in to comment.