From 3cb5f34e3db48735e9b0fd75ef00ed418b5075ed Mon Sep 17 00:00:00 2001 From: "David A. Ramos" Date: Wed, 28 Jun 2023 23:06:09 -0700 Subject: [PATCH] Support Cypress 12.16 --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6c09c64..95e3ce6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -113,6 +113,7 @@ jobs: - "12.10" - "12.14" - "12.15" + - "12.16" steps: - uses: actions/checkout@v3 @@ -215,6 +216,7 @@ jobs: - "12.10" - "12.14" - "12.15" + - "12.16" steps: - uses: actions/checkout@v3