From b065c11ab016a56c44c5cfeddcccf35774af8c21 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 21 Apr 2022 22:11:01 +0200 Subject: [PATCH] CI: separate step MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fccb643e..7edeec80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,7 @@ jobs: - name: Install if: matrix.node == '18.x' run: npm ci --legacy-peer-deps + - name: Install if: matrix.node != '18.x' run: npm ci -- 2.34.1