Skip to content

Commit

Permalink
chore: specify node version in readme and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jshen123 committed Apr 13, 2023
1 parent 7f7f13c commit e8ba221
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ More Coming soon...

## 👨‍🚀 Getting Started

### 📝 Prerequisites

Node Version >= 16.8.0

### 🐳 Docker Setup

The easiest way to run AgentGPT locally is by using docker.
Expand Down
3 changes: 3 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "agent-gpt",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=16.8.0"
},
"scripts": {
"build": "next build --no-lint",
"dev": "next dev",
Expand Down

0 comments on commit e8ba221

Please sign in to comment.