Merge pull request from timvandermeij/npm-install-force

Don't force-install packages in the CI job anymore
This commit is contained in:
Tim van der Meij 2023-04-23 12:53:18 +02:00 committed by GitHub
commit d6d3fdc489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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