cypress-io / cypress-example-kitchensink

This is an example app used to showcase Cypress.io testing.
https://example.cypress.io/
MIT License
1.22k stars 2.2k forks source link

ci: convert linux tests for Node.js 20 #859

Closed MikeMcC399 closed 3 months ago

MikeMcC399 commented 3 months ago

Issue

The .circleci/config.yml workflow shows multiple EBADENGINE warnings.

The linux-build jobs in the workflows section are currently running under the Node.js default v18.16.1 from the Cypress CircleCI Orb. They need to run under Node.js 20.x to be compatible with currently configured dependencies.

Change

cypress-app-bot commented 3 months ago