diff --git a/.github/workflows/test-analysis.yml b/.github/workflows/test-analysis.yml index 38fc3a582de..ed5cfd13595 100644 --- a/.github/workflows/test-analysis.yml +++ b/.github/workflows/test-analysis.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - node: [ '12', '14', '16' ] + node: [ '14', '16' ] os: [ 'ubuntu-latest', 'windows-latest' ] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 6ebc8024e36..0ef8fd75abf 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - node: [ '12', '14', '16' ] + node: [ '14', '16' ] os: [ 'ubuntu-latest', 'windows-latest' ] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/test-unit.yml b/.github/workflows/test-unit.yml index feb4da925dc..34eef91b913 100644 --- a/.github/workflows/test-unit.yml +++ b/.github/workflows/test-unit.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - node: [ '12', '14', '16' ] + node: [ '14', '16' ] os: [ 'ubuntu-latest', 'windows-latest' ] runs-on: ${{ matrix.os }} steps: