diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae90621dc220..acf25d7b5cc0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -433,7 +433,7 @@ jobs: strategy: fail-fast: false matrix: - node: [8, 10, 12, 14, 16, 18] + node: [8, 10, 12, 14, 16, 18, 20] steps: - name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) uses: actions/checkout@v3 @@ -698,7 +698,7 @@ jobs: strategy: fail-fast: false matrix: - node: [10, 12, 14, 16, 18] + node: [10, 12, 14, 16, 18, 20] steps: - name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) uses: actions/checkout@v3