Skip to content

Commit

Permalink
fix(testing): pin cypress version to avoid issue with verifying cypre…
Browse files Browse the repository at this point in the history
…ss (#21917)
  • Loading branch information
leosvelperez committed Feb 21, 2024
1 parent c7a1a75 commit fe72ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cypress/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const nxVersion = require('../../package.json').version;
export const eslintPluginCypressVersion = '^2.13.4';
export const typesNodeVersion = '18.16.9';
export const cypressViteDevServerVersion = '^2.2.1';
export const cypressVersion = '^13.0.0';
export const cypressVersion = '13.6.4';
export const cypressWebpackVersion = '^2.0.0';
export const webpackHttpPluginVersion = '^5.5.0';
export const viteVersion = '~5.0.0';
Expand Down

0 comments on commit fe72ab4

Please sign in to comment.