Skip to content
Closed
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
4 changes: 2 additions & 2 deletions src/pages/starter-kit/checkout/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ You must install or have access to the following prerequisites to develop with t

- Adobe Commerce as a Cloud Service or Adobe Commerce version `2.4.5` or higher.

- [Node.js](https://nodejs.org/) version 22. If you have Node Version Manager (`nvm`) installed, you can run the following command to install and use the required version:
- [Node.js](https://nodejs.org/) version 24. If you have Node Version Manager (`nvm`) installed, you can run the following command to install and use the required version:

```bash
nvm install 22 && nvm use
nvm install 24 && nvm use
```

- [Adobe I/O CLI](https://developer.adobe.com/app-builder/docs/guides/runtime_guides/tools/cli-install).
Expand Down