cypress-io / cypress-realworld-testing-course-app

https://cypress-realworld-testing-course-app.vercel.app/
71 stars 222 forks source link

.node-version and .nvmrc not LTS #25

Closed MikeMcC399 closed 11 months ago

MikeMcC399 commented 1 year ago

The instructions on Testing Your First Application > App Install and Overview say to use the LTS version of Node.js, which is currently 18.17.1 according to https://nodejs.org/.

The following two files however contain 16.15.0 which is not only not the LTS version, it is also unsupported since Sep 11, 2023:

This is inconsistent. In other repositories, such as https://github.com/cypress-io/cypress-realworld-app there are explicit instructions to pay attention to the content of these two files and to install the corresponding version of Node.js.

Suggestion

Update the following files

to contain the (18.x) value of the LTS version of Node.js according to https://nodejs.org/.

Make the changes in

MikeMcC399 commented 11 months ago

Resolved through