Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(components,opentrons-ai-server): change node v18 to node v22 #17054

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading