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' }}