From 6f30c16b9fad34fc60e7842104c0ed8989a56644 Mon Sep 17 00:00:00 2001 From: Jawayria Date: Fri, 8 Apr 2022 16:13:07 +0500 Subject: [PATCH] fix: fix indentation --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6243a07f0..fab24fc6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,13 +15,13 @@ jobs: matrix: node: [12, 14, 16] npm: [6, 8.5.0] - exclude: - - node: 12 - npm: 8.5.0 - - node: 14 - npm: 8.5.0 - - node: 16 - npm: 6 + exclude: + - node: 12 + npm: 8.5.0 + - node: 14 + npm: 8.5.0 + - node: 16 + npm: 6 steps: - name: Checkout