From 0d10456dee707182a63c00f3958523ab3b338799 Mon Sep 17 00:00:00 2001 From: Jamey Huffnagle Date: Wed, 4 Dec 2024 14:38:21 -0500 Subject: [PATCH] specify version in docs --- DEV_SETUP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEV_SETUP.md b/DEV_SETUP.md index 7efaa8984ad..a334b047745 100644 --- a/DEV_SETUP.md +++ b/DEV_SETUP.md @@ -13,7 +13,7 @@ You will need the following tools installed to develop on the Opentrons platform - curl - ssh - Python v3.10 -- Node.js v22 +- Node.js v22.11.0 ### macOS @@ -202,7 +202,7 @@ Once you are inside the repository for the first time, you should do two things: 3. Run `python --version` to confirm your chosen version. If you get the incorrect version and you're using an Apple silicon Mac, try running `eval "$(pyenv init --path)"` and then `pyenv local 3.10.13`. Then check `python --version` again. ```shell -# confirm Node v22 +# confirm Node v22.11.0 or greater node --version # set Python version, and confirm