Skip to content

Commit

Permalink
chore: Engines node version (#3739)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlkluth authored Jan 15, 2025
1 parent 25d114d commit 19421cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"node-fetch": "^3.3.2"
},
"engines": {
"pnpm": ">=9.0.0"
"pnpm": ">=9.0.0",
"node": ">=18.0.0"
}
}
3 changes: 3 additions & 0 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@
"resolve-from": "^3.0.0",
"surge": "^0.21.3",
"webpack": ">=4.4.6"
},
"engines": {
"node": ">=18.0.0"
}
}

0 comments on commit 19421cb

Please sign in to comment.