Skip to content

Commit

Permalink
Specify NodeJS version compatible with NextJS
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjarling committed Feb 29, 2024
1 parent c9172ea commit 50fe5a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "dc-nextjs",
"private": true,
"engines": {
"node": ">=18.17.0"
},
"scripts": {
"analyze": "ANALYZE=true npm run build",
"build": "next build",
Expand Down

0 comments on commit 50fe5a5

Please sign in to comment.