cypress-io / cypress-realworld-testing

Next.js project for learn.cypress.io
https://learn.cypress.io
MIT License
80 stars 64 forks source link

Which version of Node.js to use? #277

Closed MikeMcC399 closed 1 year ago

MikeMcC399 commented 1 year ago

https://github.com/cypress-io/cypress-realworld-testing/blob/71af25f66c41d8fac8d7a10f60730e939404f050/.node-version#L1

and Node.js LTS (18.16.0) are not identical.

content/courses/testing-your-first-application/app-install-and-overview.mdx instructs to use Node.js LTS.

Please check and revise .node-version and .nvmrc accordingly. Perhaps it should be bumped to 18.16.0?

MikeMcC399 commented 1 year ago

There was a confusion between instructions on:

It looks like the Node.js version is not the actual issue, but the confusing use of two different repos.