Skip to content

Commit

Permalink
fix: update required node version with LTS
Browse files Browse the repository at this point in the history
Node.js 20 is not supported but the current LTS is 18. So we're replacing the requirement.

Closes #116
  • Loading branch information
anfibiacreativa committed Nov 8, 2023
1 parent f38ad1c commit 071aac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ A similar option to Codespaces is VS Code Remote Containers, that will open the
#### Local environment

- [Azure Developer CLI](https://aka.ms/azure-dev/install)
- [Node.js 18+](https://nodejs.org/en/download/)
- [Node.js LTS](https://nodejs.org/en/download/)
- [Docker for Desktop](https://www.docker.com/products/docker-desktop/)
- [Git](https://git-scm.com/downloads)
- [Powershell 7+ (pwsh)](https://github.com/powershell/powershell) - For Windows users only.
Expand Down

0 comments on commit 071aac9

Please sign in to comment.