diff --git a/docs/storefront/catalyst/development/prerequisites.mdx b/docs/storefront/catalyst/development/prerequisites.mdx index 3c24fb52f..eb890a906 100644 --- a/docs/storefront/catalyst/development/prerequisites.mdx +++ b/docs/storefront/catalyst/development/prerequisites.mdx @@ -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 diff --git a/docs/storefront/catalyst/getting-started/local-development.mdx b/docs/storefront/catalyst/getting-started/local-development.mdx index 250833087..3e347b267 100644 --- a/docs/storefront/catalyst/getting-started/local-development.mdx +++ b/docs/storefront/catalyst/getting-started/local-development.mdx @@ -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