Skip to content

Commit

Permalink
chore(engine): set node min version to support esm modules
Browse files Browse the repository at this point in the history
  • Loading branch information
seriouslag committed Apr 8, 2024
1 parent baafa2d commit ba854a8
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 @@ -50,5 +50,8 @@
"glob": ">= 10",
"ts-morph": ">= 22 < 23",
"typescript": ">= 4.8.3"
},
"engines": {
"node": ">=14"
}
}

0 comments on commit ba854a8

Please sign in to comment.