diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 313b93724178..c2c31bc427d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -139,7 +139,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [6, 8, 10, 12, 14] + node: [6, 8, 10, 12, 14, 16] steps: - name: Check out current commit (${{ github.sha }}) uses: actions/checkout@v2