Mike McCready
Mike McCready
@wesleybl > Cypress 15 dropped support for Node 20. So could it be a problem to use Cypress 15 with `cypress-io/github-action`? Maybe it works? If you are having a problem...
@wesleybl > [@MikeMcC399](https://github.com/MikeMcC399) I checked here: > > https://github.com/cypress-io/cypress/blob/5f756c4c1cb33a18f71cd9b69c81e64fb3bc41ba/package.json#L221 That is the wrong place to check and only applies if you are building Cypress from source. This would only apply...
This issue is now less critical, since the merge of https://github.com/nodejs/corepack/pull/709 and the release of [[email protected]](https://github.com/nodejs/corepack/releases/tag/v0.33.0) - Disables auto-pinning by default (https://github.com/nodejs/corepack/pull/709) (https://github.com/nodejs/corepack/commit/77fff3c1f3b99c19dcf89cab736d8fb5f1ef85d9)
- Superseded by PR https://github.com/cypress-io/github-action/pull/1611. Renovate should auto-close this one. (Not manually closing, since it is "immortal" and would be recreated if manually closed.)
@AtofStryker I'm not sure if this PR has gone through correctly regarding changelog and release. 1. If the PR only affects [npm/vite-plugin-cypress-esm](https://github.com/cypress-io/cypress/tree/develop/npm/vite-plugin-cypress-esm) then I believe that the [npm/vite-plugin-cypress-esm/CHANGELOG.md](https://github.com/cypress-io/cypress/blob/develop/npm/vite-plugin-cypress-esm/CHANGELOG.md) entry is...
@Floriferous Can we close this issue now, since you write that you found a workaround?
@Floriferous I suspect that the webserver wasn't ready when it was identified as being ready by `wait-on: 'http://localhost:3000'`. There is some information in the README [Debugging waiting for URL to...
@Chipzstar > Hi, tried your solution and doesn't work for me. Using npx to run the command gave me a strange error, so I installed as a dev dependency and...
Re-opening for documentation suggestions from @Chipzstar
@PeterDaveHello I've submitted PR #2296 to address the Markdown link check failure in CI.