From a162a87e9bf1bbbfd8fe3842cf1ee8a06f745e27 Mon Sep 17 00:00:00 2001 From: Rohan <45748283+r100-stack@users.noreply.github.com> Date: Thu, 30 Jan 2025 19:26:37 -0500 Subject: [PATCH] Cypress 14.0.1 in CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 772092e6c7b..3852206663f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -330,7 +330,7 @@ jobs: - run: pnpm install - name: Install Cypress binary if not found - run: pnpx cypress@13.8.1 install + run: pnpx cypress@14.0.1 install - name: Run a11y tests run: pnpm run test --filter=a11y