Skip to content

Commit

Permalink
Use Node 20 in examples (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
vazexqi authored Sep 3, 2024
1 parent 03d86fa commit 95e658a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/articles/custom-ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ pool:
steps:
- task: NodeTool@0
inputs:
versionSpec: "18.x"
versionSpec: "20.x"
displayName: "Install Node.js"
- script: |
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/local-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/cli/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 95e658a

Please sign in to comment.