From 0b1ede9f039e05d60e4a1c4b1d98df368ab32239 Mon Sep 17 00:00:00 2001 From: madhuredra Date: Sun, 24 Sep 2023 01:55:08 +0530 Subject: [PATCH] fixing js build --- .github/workflows/jsBuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/jsBuild.yml b/.github/workflows/jsBuild.yml index 28b215c..f226219 100644 --- a/.github/workflows/jsBuild.yml +++ b/.github/workflows/jsBuild.yml @@ -1,4 +1,4 @@ -name: Continuous Integration +name: Continuous Integration for JS on: push: @@ -26,7 +26,7 @@ jobs: cache: npm - name: 📦 Install dependencies - run: npm ci + run: npm install - name: 🧪 Run all tests if: ${{ github.event_name == 'push' }}