github-action
github-action copied to clipboard
Doesn't seem to install and use the correct version of Cypress
Our project references Cypress 8.7.0 as a dependency, which is checked out prior to running this action. If we run this action to then install Cypress and then run npx cypress info it reports it is running 9.5.0. How to we ensure it uses the correct version?