diff --git a/docs/articles/custom-ci-cd.md b/docs/articles/custom-ci-cd.md index 23770919..a421ce95 100644 --- a/docs/articles/custom-ci-cd.md +++ b/docs/articles/custom-ci-cd.md @@ -198,7 +198,7 @@ pool: steps: - task: NodeTool@0 inputs: - versionSpec: "18.x" + versionSpec: "20.x" displayName: "Install Node.js" - script: | diff --git a/docs/articles/local-development.md b/docs/articles/local-development.md index e04ea07f..85c7cdb9 100644 --- a/docs/articles/local-development.md +++ b/docs/articles/local-development.md @@ -8,7 +8,7 @@ development purposes using your favorite code editor. ## Requirements -- [Node.js](https://nodejs.org/en/download) 18.0.0 or higher +- [Node.js](https://nodejs.org/en/download) 20.0.0 or higher - Linux, Mac OS X, or Windows Subsystem for Linux (WSL) ## Getting Started diff --git a/docs/cli/installation.md b/docs/cli/installation.md index 14959782..42a59d59 100644 --- a/docs/cli/installation.md +++ b/docs/cli/installation.md @@ -3,9 +3,9 @@ title: Installing the Zuplo CLI --- The Zuplo CLI, `zup`, is built using Node.js. It requires a minimum version of -Node.js 18.0.0. +Node.js 20.0.0. -1. Install Node.js 18.0.0 or later. You can download it from +1. Install Node.js 20.0.0 or later. You can download it from [nodejs.org](https://nodejs.org/en/download/). 1. Install the Zuplo CLI globally by running the following command: