diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index feff20405..5f012eee5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] - node: [12] + os: [ubuntu-latest] # macos-latest, windows-latest - TODO: Fix sharp on Windows + node: [16] steps: - uses: actions/setup-node@v2