From f4ab572f54686f20811537cc823001994baa5793 Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Fri, 10 Nov 2023 11:42:41 -0500 Subject: [PATCH] chore: run CI workflow only for Node 20 --- .github/workflows/cypress.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 611c68803..b8eb93185 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - node: [18,20] + node: [20] platform: - ubuntu-latest diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a5f56c33..ad1922181 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - node: [18,20] + node: [20] platform: - ubuntu-latest