From f4845d289c88b6c8ebed54c8b9cdf793251f61a1 Mon Sep 17 00:00:00 2001 From: daz Date: Thu, 14 Nov 2024 16:26:40 -0700 Subject: [PATCH] Use npm clean-install --- .github/workflows/ci-check-and-unit-test.yml | 2 +- .github/workflows/update-checksums-file.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-check-and-unit-test.yml b/.github/workflows/ci-check-and-unit-test.yml index 7558d8ac..6407e013 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 b5dfafa6..1f79390d 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