Skip to content
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
6 changes: 3 additions & 3 deletions docs/storefront/catalyst/development/prerequisites.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Before you begin, ensure you have met the prerequisites listed below on your local machine.

### Node.js version `20.x`
### Node.js version `24.x`

Catalyst currently supports Node.js version `20.x` ([click here to download Node.js](https://nodejs.org/en/download/package-manager))
Catalyst currently supports Node.js version `24.x` ([click here to download Node.js](https://nodejs.org/en/download/package-manager))

### Corepack-enabled `pnpm`

Node.js version `20.x` ships with Corepack by default; you should be able to run `corepack enable` from your terminal to meet this prerequisite (more information on the [official Node.js Corepack documentation](https://nodejs.org/docs/latest-v20.x/api/corepack.html))
Node.js version `24.x` ships with Corepack by default; you should be able to run `corepack enable` from your terminal to meet this prerequisite (more information on the [official Node.js Corepack documentation](https://nodejs.org/docs/latest-v24.x/api/corepack.html))

### Git version `2.35.x` or later

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Lastly, you'll want to push the source code into your own GitHub repository. Let

Before you begin, ensure you have met the prerequisites listed below on your local machine.

### Node.js version `20.x`
### Node.js version `24.x`

Catalyst currently supports Node.js version `20.x` ([click here to download Node.js](https://nodejs.org/en/download/package-manager))
Catalyst currently supports Node.js version `24.x` ([click here to download Node.js](https://nodejs.org/en/download/package-manager))

### Corepack-enabled `pnpm`

Node.js version `20.x` ships with Corepack by default; you should be able to run `corepack enable` from your terminal to meet this prerequisite (more information on the [official Node.js Corepack documentation](https://nodejs.org/docs/latest-v20.x/api/corepack.html))
Node.js version `24.x` ships with Corepack by default; you should be able to run `corepack enable` from your terminal to meet this prerequisite (more information on the [official Node.js Corepack documentation](https://nodejs.org/docs/latest-v24.x/api/corepack.html))

### Git version `2.35.x` or later

Expand Down
Loading