Mike McCready
Mike McCready
- PR https://github.com/cypress-io/cypress-example-kitchensink/pull/897 should resolve this issue.
> - `git bisect` points to https://github.com/nodejs/node/pull/54077 This PR shows that it changes 3143 files, so that does not immediately point to a source of the issue. Is anybody going...
- Downstream issue https://github.com/nodejs/corepack/issues/715 continues to be reproducible with Node.js ~~`24.5.0`~~ `24.10.0` and `25.0.0`
@vedmant https://github.com/dingraham/cypress-runner-themes from @dingraham may be helpful for you.
@IzumiSy > I completed package installation just with `pnpm/action-setup`, but need an option to switch Node.js version for matrix testing. This issue is about changing https://github.com/pnpm/action-setup/blob/41ff72655975bd51cab0327fa583b6e92b6d3061/action.yml#L31-L32 which is not relevant...
@IzumiSy > I see. Even `engines.node` would not be respected in future plan? You may need to ask your question in a different place, as this repo is concerned with...
It would be great to see some work being done towards updating the action to run under `node24` instead of `node20`. There are 2 more working months until GitHub Actions...
@toddtarsi `public.ecr.aws/docker/library/node@sha256:6178e78b972f79c335df281f4b7674a2d85071aae2af020ffa39f0a770265435` uses Node.js `20.19.5` with tag `node:20.19.5-alpine3.22` `public.ecr.aws/docker/library/node@sha256:16858294071a56ffd4cce9f17b57136cc39e41507b40e245b4f8e906f7a19463` uses Node.js `20.19.6` with tag `node:20.19.6-alpine3.22` You can check the changes in Node.js 20.19.6 in the [announcement](https://nodejs.org/en/blog/release/v20.19.6) In your situation I...
@cacieprins Which documentation section were you intending to change? https://docs.cypress.io/app/get-started/install-cypress#Operating-System from https://github.com/cypress-io/cypress-documentation/blob/main/docs/app/get-started/install-cypress.mdx already says: --- Linux (x64 or arm64) see also [Linux Prerequisites](https://github.com/cypress-io/cypress-documentation/blob/main/docs/app/get-started/install-cypress.mdx#Linux-Prerequisites) down below Ubuntu 20.04 and above Debian...
All supported Linux operating systems listed under https://docs.cypress.io/app/get-started/install-cypress#Operating-System and https://docs.cypress.io/app/get-started/install-cypress#Linux-Prerequisites meet the requirement of glibc >= 2.31 | OS version | Docker image | GLIBC version | EOL | |...