Skip to content

Commit

Permalink
chore: change nodejs engine requirement (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
timofei-iatsenko authored Sep 8, 2023
1 parent 7e952c7 commit 4cb2f1e
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 @@ -46,7 +46,7 @@
"typescript": "^5.1.6"
},
"engines": {
"node": "16.x"
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 4cb2f1e

Please sign in to comment.