Skip to content

Conversation

MikeMcC399
Copy link
Contributor

Issue

TODO:
cypress in each project needs to be updated to 14 when 14 is released as the dev tag (see release guide in cypress-io/cypress#30305)

In each project, package-lock.json is configured to pull Cypress 14.0.0 from https://cdn.cypress.io/beta/npm/14.0.0/

Executing npm ci and npm install both fail, since the beta Cypress 14.0.0 package has by now been purged from the CDN.

Change

Update each project with

npm update --save

bringing Cypress up to release 14.1.0

@MikeMcC399 MikeMcC399 marked this pull request as ready for review March 12, 2025 09:33
@AtofStryker AtofStryker self-requested a review March 12, 2025 17:19
@AtofStryker AtofStryker merged commit f22f3b6 into cypress-io:main Mar 12, 2025
4 checks passed
@MikeMcC399 MikeMcC399 deleted the update/deps branch March 12, 2025 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants