From 6371a7605d4b5d0419f5b957cd2e7bd206107830 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Thu, 9 Jun 2022 14:46:47 +0200 Subject: [PATCH] Force-install npm packages to try and fix the repeated GitHub Action failures --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44f6f84dd..e3ea0f729 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: run: npm install -g gulp-cli - name: Install other dependencies - run: npm install + run: npm install -f - name: Run tests run: gulp ci-test