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 }}