mirror of
https://github.com/gradle/wrapper-validation-action
synced 2024-11-23 17:22:01 +00:00
Consistently use npm cache for workflows
This commit is contained in:
parent
8be8473276
commit
bfa0fe410a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/check-dist.yml
vendored
1
.github/workflows/check-dist.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
|||
uses: actions/setup-node@v4.0.1
|
||||
with:
|
||||
node-version: 20.x
|
||||
cache: npm
|
||||
|
||||
- name: Validate package-lock
|
||||
run: npx lockfile-lint --path package-lock.json --allowed-hosts npm yarn --validate-https
|
||||
|
|
Loading…
Reference in a new issue