Skip to content

Commit

Permalink
Update min requirements - NodeJS 14 to 18 LTS (#243)
Browse files Browse the repository at this point in the history
Co-authored-by: arpit khare <[email protected]>
  • Loading branch information
rafaelstz and glo42707 authored Dec 9, 2024
1 parent 6c57134 commit cc33777
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ Before you can start developing with PWA Studio, make sure you meet the requirem
## Minimum requirements

- A basic knowledge of [React][]
- Node >= 14
- Node >= 18
- Yarn (recommended) or NPM

## Check Node and Yarn versions

Verify your development environment has the minimum prerequisite versions of Node and Yarn installed:

- [NodeJS >=14 LTS](https://nodejs.org/en/)
- [NodeJS >=18 LTS](https://nodejs.org/en/)
- [Yarn >=1.12.0](https://yarnpkg.com)

Yarn v2 is currently not supported as its hoisting method is fundamentally different than v1.
Expand All @@ -34,7 +34,7 @@ node -v
#### Output

```bash
v14.0.0
v18.16.0
```

### Yarn
Expand Down

0 comments on commit cc33777

Please sign in to comment.