From dfe3e55e74a8d7e27b126e19546e6d0c0d3d0387 Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 13 Jun 2022 12:31:35 -0600 Subject: [PATCH] Upgrades CI node to 16 --- .github/workflows/check-types.yml | 2 +- .github/workflows/e2e-embed.yml | 2 +- .github/workflows/e2e.yml | 2 +- .github/workflows/lint.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-types.yml b/.github/workflows/check-types.yml index 2d20685041..a8ff5afd1b 100644 --- a/.github/workflows/check-types.yml +++ b/.github/workflows/check-types.yml @@ -8,7 +8,7 @@ jobs: name: Check types strategy: matrix: - node: ["14.x"] + node: ["16.x"] os: [ubuntu-latest] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/e2e-embed.yml b/.github/workflows/e2e-embed.yml index 82b323acdd..dad990a27d 100644 --- a/.github/workflows/e2e-embed.yml +++ b/.github/workflows/e2e-embed.yml @@ -19,7 +19,7 @@ jobs: name: Embed and booking flow(for non-embed as well) strategy: matrix: - node: ["14.x"] + node: ["16.x"] os: [ubuntu-latest] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index b5bd736d20..db2f7fbe19 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -11,7 +11,7 @@ jobs: name: Testing ${{ matrix.node }} and ${{ matrix.os }} strategy: matrix: - node: ["14.x"] + node: ["16.x"] os: [ubuntu-latest] runs-on: ${{ matrix.os }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 496977707f..637fe31ded 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ jobs: lint: strategy: matrix: - node: ["14.x"] + node: ["16.x"] os: [ubuntu-latest] runs-on: ${{ matrix.os }}