Skip to content

Commit

Permalink
Drop Node.js < 16 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 committed Jan 12, 2025
1 parent 1e7cfd1 commit a57d621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"access": "public"
},
"engines": {
"node": ">=14.0.0"
"node": ">=16"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit a57d621

Please sign in to comment.