Skip to content

Commit

Permalink
Merge pull request Significant-Gravitas#89 from Jshen123/chore/add_no…
Browse files Browse the repository at this point in the history
…de_version_requirement

chore: specify node version in readme and package.json
  • Loading branch information
awtkns committed Apr 13, 2023
2 parents 4356209 + e8ba221 commit bf8bf52
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 bf8bf52

Please sign in to comment.