Skip to content

Commit

Permalink
fix(web): 🐛 specify min node engine
Browse files Browse the repository at this point in the history
  • Loading branch information
collinbarrett committed Nov 8, 2023
1 parent a794126 commit 6bc1471
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "web",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=18.17.0 <19"
},
"scripts": {
"dev": "next dev",
"build": "next build",
Expand All @@ -24,4 +27,4 @@
"eslint": "^8",
"eslint-config-next": "14.0.1"
}
}
}

0 comments on commit 6bc1471

Please sign in to comment.