Skip to content

Commit

Permalink
feat: serve端的node engines
Browse files Browse the repository at this point in the history
  • Loading branch information
skique committed Jun 7, 2024
1 parent dc8d771 commit d387002
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,9 @@
"moduleNameMapper": {
"^src/(.*)$": "<rootDir>/$1"
}
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.6.0"
}
}

0 comments on commit d387002

Please sign in to comment.