From 2402d47c4777783a62cfaef41f6c5a5f54747e00 Mon Sep 17 00:00:00 2001 From: BALAGA-GAYATRI Date: Mon, 19 Dec 2022 16:05:17 +0530 Subject: [PATCH] Added setup node step in CI --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 167d77cd..9bf26da9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +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 - name: 'Validate build' run: |