Skip to content

Commit

Permalink
pin node to v20 for hub and website
Browse files Browse the repository at this point in the history
  • Loading branch information
berekuk committed Nov 25, 2024
1 parent a53b6fb commit f84baa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/hub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.x"
"node": "20.x"
},
"scripts": {
"db:migrate:dev": "PRISMA_HIDE_UPDATE_MESSAGE=1 prisma migrate dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"license": "MIT",
"engines": {
"node": ">=20.x"
"node": "20.x"
},
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit f84baa1

Please sign in to comment.