diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1087ab4e4de..5d9aa9536c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,9 +31,9 @@ jobs: node: [17.x, 16.x, 14.x, 12.x, "12.22.0"] include: - os: windows-latest - node: "12.x" + node: "16.x" - os: macOS-latest - node: "12.x" + node: "16.x" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2