Skip to content

Commit

Permalink
Consistently use npm cache for workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
deejay1 authored and bigdaz committed Jan 29, 2024
1 parent 8be8473 commit bfa0fe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-dist.yml
Expand Up @@ -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
Expand Down

0 comments on commit bfa0fe4

Please sign in to comment.