mirror of
https://github.com/gradle/actions
synced 2024-11-23 18:02:13 +00:00
Use npm clean-install
This commit is contained in:
parent
094f2191c5
commit
f4845d289c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci-check-and-unit-test.yml
vendored
2
.github/workflows/ci-check-and-unit-test.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/update-checksums-file.yml
vendored
2
.github/workflows/update-checksums-file.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue