Mike McCready

Results 2194 comments of Mike McCready

If somebody wants to use Bun with GitHub Actions, they can use the workflow [.github/workflows/single.yml](https://github.com/cypress-io/cypress-example-kitchensink/blob/master/.github/workflows/single.yml) from the demo repo [cypress-io/cypress-example-kitchensink](https://github.com/cypress-io/cypress-example-kitchensink/) as a template (which does not rely on `cypress-io/github-action`). 1....

In order for [Bun](https://github.com/oven-sh/bun) to be integrated into `cypress-io/github-action` I would expect the following checklist items to all be checked off. The community could ignore the checklist and submit a...

@h2oearth > IMO Bun is here to stay and some of us are using it, and will be nice if Cypress follow :-) You should consider opening a feature request...

@MarkAPhillips I cannot see any feature request for [Bun](https://github.com/oven-sh/bun) in the - [`cypress` issue list](https://github.com/cypress-io/cypress/issues) or in the - [`cypress-docker-images` issue list](https://github.com/cypress-io/cypress-docker-images) so if you decided to submit a request...

- There is a compatibility issue between Bun `1.0.25` and Cypress `13.6.4` in that Bun fails to complete the Cypress postinstall script (effectively `bun cypress install`) if Node.js is not...

- There still has not been any clean, simple request to the [`cypress` issue list](https://github.com/cypress-io/cypress/issues) for Cypress to officially support Bun. This would need to come from somebody who wants...

- Closing this feature request in favor of https://github.com/cypress-io/cypress/issues/28962. Please follow development in this main feature request.

@duckdum > Changing from cypress-io/github-action@v2 to cypress-io/github-action@v5 resolved the issue to me. cypress-io/github-action@v5 uses `node16`, whereas cypress-io/github-action@v2 uses `node12`. That may however not be the real reason for @v5 working...

This seems to be a stale issue regarding older versions as there have been no new reports of the problem during the last months.

@REX500 > same here when running cypress version: 11.2.0 Which browser / version are you running against?