cypress-io / cypress-realworld-testing

Next.js project for learn.cypress.io

Home Page:https://learn.cypress.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsupported Node.js 16 used

MikeMcC399 opened this issue · comments

The repo cypress-io/cypress-realworld-testing is set up to use Node.js 16 which is no longer supported.

CircleCI logs also show Node.js 16.16.0 being used.

References

Suggestion

Update to using Node.js v18.19.0 or later 18.x version.

Update tests

Updating Node.js, then running the following on Ubuntu 22.04 gives the following results:

export SITE_URL=https://learn.cypress.io
yarn cypress:run
Node.js Version Result
v18.19.0 all 11 pass
v20.11.1 complete-lesson-button fails