cypress-io / cypress-example-recipes

Various recipes for testing common scenarios with Cypress
https://on.cypress.io/examples
3.42k stars 1.34k forks source link

chore: update to node 18.16.0 #844

Closed AtofStryker closed 1 year ago

AtofStryker commented 1 year ago

updates CER to use node 18.15.0, chrome 114, and firefox 114

Since we are using node 18, we need to update to webpack 5 and react-scripts 5. Linting was run on a few jobs to help start the dev server, as well as .env options being updated.

the react devtools --load-extension needed to be used to work correctly, and the extension has also been updated. This is the large reason for so many files changed

AtofStryker commented 1 year ago

will wait to merge this in until https://github.com/cypress-io/cypress/pull/27715 is approved and ready to ship