diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34bcf086e..f19d2ca8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: run: npm install -g gulp-cli - name: Install other dependencies - run: npm install -f + run: npm install - name: Run tests run: gulp ci-test