Skip to content

Commit

Permalink
fix: add engines node >= 18
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Aug 2, 2022
1 parent 66391b9 commit 17d8f35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"engines": {
"node": ">=18"
}
}

0 comments on commit 17d8f35

Please sign in to comment.