Mike McCready

Results 2194 comments of Mike McCready

- The description in https://github.com/cypress-io/cypress/pull/32384 indicates it will close this issue

@aayazsin You should also make sure that you are running a supported version of Node.js, which means a minimum of `18.x` and preferably the LTS version `20.x`.

@jennifer-shehane > tsd seems the most equivalent for what we're using this for. This is only used in the CLI to test our types there. I would suggest migrating to...

@jennifer-shehane > Bumping the dtslint version to latest in the meantime - might as well. #30065 - I'm not sure of the benefit of #30065 which updates from https://github.com/cypress-io/cypress/blob/6bf0257a226e88a8c98e32b9ad740b7549720a99/cli/package.json#L94 The...

- The logs https://app.circleci.com/pipelines/github/cypress-io/cypress/63610/workflows/62f94eb3-84cf-4db8-8f68-910109202379/jobs/2636433 confirm that this issue was not resolved by #30065 - It may be that it can't be solved without implementing #30081

Current status is https://github.com/cypress-io/cypress/blob/ffcc6387ef44aeb5f84556574680a86bbca73df4/cli/package.json#L92 - Closing in deference to https://github.com/cypress-io/cypress/issues/30081

@Deathlinex Cypress `13.x` will check for a minimum of Node.js `16`, however since this version of Node.js (and the version `14.18.32` which you are using) have reached end-of-life, Node.js `18.x`...

GitHub Actions has a similar issue and https://github.com/cypress-io/github-action/blob/master/.github/workflows/check-dist.yml is used to check for unresolved changes. That would be something like the following, added into the CI workflow at some point...

@jennifer-shehane > Yah, seems reasonable to have something in place since this keeps happening. - Since the problem is mostly caused by Renovate, I suggest resolving https://github.com/cypress-io/cypress/issues/30051 first using the...

- PR https://github.com/cypress-io/cypress/pull/30060 has solved the regularly recurring issue for Renovate-generated PRs. - This issue is nevertheless still relevant to catch manual mistakes even though they happen much less frequently...