Skip to content

Commit

Permalink
💚 (ci) fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jun 7, 2021
1 parent 0f4d33b commit 898f372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 898f372

Please sign in to comment.