Skip to content

Commit

Permalink
fix: Update engine to support Node 20 (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidrezahanafi authored Jul 4, 2024
1 parent 70ba453 commit 0347425
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 @@ -17,7 +17,7 @@
"src"
],
"engines": {
"node": "18.x"
"node": ">=18"
},
"scripts": {
"start": "tsdx watch --noClean",
Expand Down

0 comments on commit 0347425

Please sign in to comment.