Skip to content

Commit

Permalink
Package.json: add Node 20 support
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Oct 24, 2023
1 parent 622bde0 commit 206345b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"name": "big-agi",
"version": "1.4.0",
"private": true,
"engines": {
"node": "^18.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down Expand Up @@ -65,5 +62,8 @@
"prettier": "^3.0.3",
"prisma": "^5.4.2",
"typescript": "^5.2.2"
},
"engines": {
"node": "^20.0.0 || ^18.0.0"
}
}

1 comment on commit 206345b

@vercel
Copy link

@vercel vercel bot commented on 206345b Oct 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

big-agi – ./

big-agi-git-main-enricoros.vercel.app
get.big-agi.com
big-agi-enricoros.vercel.app

Please sign in to comment.