mirror of
https://github.com/gradle/wrapper-validation-action.git
synced 2025-04-19 05:39:18 +08:00
Consistently use npm cache for workflows
This commit is contained in:
parent
8be8473276
commit
bfa0fe410a
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
|
uses: actions/setup-node@v4.0.1
|
||||||
with:
|
with:
|
||||||
node-version: 20.x
|
node-version: 20.x
|
||||||
|
cache: npm
|
||||||
|
|
||||||
- name: Validate package-lock
|
- name: Validate package-lock
|
||||||
run: npx lockfile-lint --path package-lock.json --allowed-hosts npm yarn --validate-https
|
run: npx lockfile-lint --path package-lock.json --allowed-hosts npm yarn --validate-https
|
||||||
|
Loading…
x
Reference in New Issue
Block a user