Skip to content

Commit

Permalink
Use npm clean-install
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Nov 14, 2024
1 parent 094f219 commit f4845d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-check-and-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-checksums-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4845d2

Please sign in to comment.