Mike McCready

Results 2197 comments of Mike McCready

- See PR #484 and Orb release [cypress-io/[email protected]](https://github.com/cypress-io/circleci-orb/releases/tag/v3.4.0)

The documented [Usage Examples > pnpm](https://circleci.com/developer/orbs/orb/cypress-io/cypress#usage-pnpm) does not work: ```yml version: '2.1' orbs: cypress: cypress-io/cypress@3 workflows: use-my-orb: jobs: - cypress/run: install-command: pnpm install --frozen-lockfile package-manager: pnpm start-command: pnpm start ```...

Also, as previously mentioned in this thread, @ramykl submitted a PR https://github.com/CircleCI-Public/node-orb/pull/199 to add `pnpm` support to the [circleci/node](https://circleci.com/developer/orbs/orb/circleci/node) orb, however the only people responding to this PR are former...

This is an example of using pnpm with the Cypress CircleCI Orb and [Cypress Docker images](https://github.com/cypress-io/cypress-docker-images): ```yml version: 2.1 orbs: cypress: cypress-io/cypress@3 executors: cypress-browsers: docker: - image: cypress/browsers:node-20.15.1-chrome-126.0.6478.126-1-ff-128.0-edge-126.0.2592.102-1 jobs: pnpm-chrome-test:...

- https://github.com/CircleCI-Public/node-orb/pull/199 has now been merged, so this issue should be revisited.

This issue is stale and should be closed, since there was no further feedback.

@dbry23 > I'll add my two cents and confirm this same behavior with Node 20.12.2, Cypress 13.8.1, and Windows 11. I've rechecked with Cypress `13.15.0` with Node.js `v20.17.0` LTS and...

Screenshot replaced and re-checked also with Ubuntu `24.04.1` LTS. The issue remains reproducible.

- It's good to see there is a new PR #29673 to mitigate this vulnerability! - This CRITICAL security vulnerability was also reported in https://github.com/cypress-io/cypress-docker-images/issues/1115 for [cypress/included:13.11.0](https://hub.docker.com/layers/cypress/included/13.11.0/images/sha256-08d27295f83918b513bf57d85e70a931e62ffd1d21e31774428acffc0b29c950) To reproduce report,...

I confirmed that Cypress `13.9.0` ran in a simple test on the GitHub-hosted [ubuntu-24.04](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md) runner. The runner is in beta status and is being deployed at the moment. Since there...