Skip to content

Commit

Permalink
[package] set required version of node to >=18
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Jun 3, 2023
1 parent 1f30392 commit c4bca93
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,11 @@
"main": "tsconfig.json",
"files": [
"tsconfig.json"
]
],
"engines": {
"node": ">=18"
},
"volta": {
"node": "20.1.0"
}
}

0 comments on commit c4bca93

Please sign in to comment.