Skip to content

Commit

Permalink
docs(components,opentrons-ai-server): change node v18 to node v22 (#1…
Browse files Browse the repository at this point in the history
…7054)

* docs(components,opentrons-ai-server): change node v18 to node v22
  • Loading branch information
koji authored Dec 6, 2024
1 parent a58301a commit 74db2f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function CowButton(props) {

Usage requirements for dependent projects:

- Node v18 and yarn
- Node v22.11.0+ and yarn
- The following `dependencies` (peer dependencies of `@opentrons/components`)
- `react`: `17.0.1`,
- `react-router-dom`: `^4.2.2`,
Expand Down
2 changes: 1 addition & 1 deletion opentrons-ai-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The opentrons-ai-server/api/settings.py file manages environment variables and s
1. This allows formatting of of `.md` and `.json` files.
1. select the python version `pyenv local 3.12.6`.
1. This will create a `.python-version` file in this directory.
1. select the node version with `nvs` or `nvm` currently 18.19\*.
1. select the node version with `nvs` or `nvm` currently 22.11\*.
1. Install pipenv and python dependencies using `make setup`.
1. Install docker if you plan to run and build the docker container locally.
1. `make teardown` will remove the virtual environment but requires pipenv to be installed.
Expand Down

0 comments on commit 74db2f5

Please sign in to comment.