diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec6690a..402db1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,11 @@ jobs: uses: actions/setup-node@v3 with: node-version: 16.x - + + - name: Install NPM + run: | + npm install + - name: Run NPM run: | npm run all