From 898f37281c2ae535f2c78f889a73c50c1f7cd699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yae=CC=88l=20GUILLOUX?= Date: Mon, 7 Jun 2021 18:29:11 +0200 Subject: [PATCH] :green_heart: (ci) fix CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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