Skip to content

Commit

Permalink
chore: require nodejs 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 14, 2023
1 parent b8254aa commit 812f186
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"lib",
"src"
],
"engines": {
"node": ">=16.0.0"
},
"peerDependencies": {
"react-scripts": ">=2.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion core/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "Node16",
"target": "ES5",
"target": "ES2022",
"strict": true,
"declaration": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 812f186

Please sign in to comment.