From a764a0fbf52bdee0cb6b84cf5fea1053a09de344 Mon Sep 17 00:00:00 2001 From: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:03:04 +0500 Subject: [PATCH] refactor: adjusted line spacing in workflow --- .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 6e738dcc..b4144a1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,8 +4,8 @@ jobs: tests: runs-on: ubuntu-latest strategy: - matrix: - node: [18, 20] + matrix: + node: [18, 20] continue-on-error: ${{ matrix.node == 20 }} steps: