diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a502b3fd..a16d1f6c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node-version: [10, 12, 14] + node-version: [10, 12, 14, 16, 17] fail-fast: false runs-on: ${{ matrix.os }} steps: