From 96c02d96d34a3158102d44874e50add5e542e27d Mon Sep 17 00:00:00 2001 From: BALAGA-GAYATRI Date: Mon, 19 Dec 2022 16:11:01 +0530 Subject: [PATCH] fixed yaml syntax --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bf26da9..94f3bce2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,11 @@ jobs: - name: 'Checking out repo code' uses: actions/checkout@v2 - + - name: Set Node.js 16.x for GitHub Action - uses: actions/setup-node@v1 - with: - node-version: 16.x + uses: actions/setup-node@v1 + with: + node-version: 16.x - name: 'Validate build' run: |