diff --git a/.github/workflows/ci-check-and-unit-test.yml b/.github/workflows/ci-check-and-unit-test.yml index 7558d8a..6407e01 100644 --- a/.github/workflows/ci-check-and-unit-test.yml +++ b/.github/workflows/ci-check-and-unit-test.yml @@ -33,7 +33,7 @@ jobs: - name: Check formatting and compile run: | - npm install + npm clean-install npm run check npm run compile working-directory: sources diff --git a/.github/workflows/update-checksums-file.yml b/.github/workflows/update-checksums-file.yml index b5dfafa..1f79390 100644 --- a/.github/workflows/update-checksums-file.yml +++ b/.github/workflows/update-checksums-file.yml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: | - npm install typed-rest-client@1.8.11 --no-save + npm clean-install typed-rest-client@1.8.11 --no-save working-directory: sources - name: Update checksums file