Skip to content

Commit

Permalink
TODO: set min node version to match docker (#1252)
Browse files Browse the repository at this point in the history
Fixes #1257 

-Set minimum node version in frontend/package.json to match docker
  • Loading branch information
rylew1 authored Feb 15, 2024
1 parent 5256754 commit e820679
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "frontend",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "next build",
"dev": "next dev",
Expand Down

0 comments on commit e820679

Please sign in to comment.