Skip to content

Commit 0a67933

Browse files
committed
Update the ReadMe
1 parent cb41bed commit 0a67933

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ this application, please reach out to [support@mpdx.org](mailto:support@mpdx.org
1313

1414
### Setting up Node
1515

16-
First, make sure that you have a suitable version of Node.js. This project uses node v20.17.0. To check your node version, run `node --version`. If you don't have node v20.17.0 installed or a suitable version, the recommended way to install it is with [asdf](https://asdf-vm.com/), a development tool version manager.
16+
First, make sure that you have a suitable version of Node.js. This project uses node v22.14.0. To check your node version, run `node --version`. If you don't have node v22.14.0 installed or a suitable version, the recommended way to install it is with [asdf](https://asdf-vm.com/), a development tool version manager.
1717

1818
```bash
1919
# Install asdf and the node plugin
@@ -29,7 +29,7 @@ echo -e "\n. $(brew --prefix asdf)/libexec/asdf.sh" >> ${ZDOTDIR:-~}/.zshrc
2929
# Install the version of node defined in this project's .tool-versions file
3030
asdf install nodejs
3131

32-
# Check that the node version is now 20.17.0
32+
# Check that the node version is now 22.14.0
3333
node --version
3434
```
3535

0 commit comments

Comments
 (0)