diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c1e8cf63..2877d14b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,6 +32,8 @@ jobs: - '14.x' - '15.0' - '15.x' + - '16.0' + - '16.x' env: TEST_DOCKER: true services: @@ -81,6 +83,7 @@ jobs: - '12.x' - '14.x' - '15.x' + - '16.x' steps: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2