Consistently use npm cache for workflows

This commit is contained in:
Łukasz Jernaś 2024-01-26 14:44:28 +01:00 committed by daz
parent 8be8473276
commit bfa0fe410a
No known key found for this signature in database

View file

@ -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