Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit bfa0fe4

Browse files
deejay1bigdaz
authored andcommitted
Consistently use npm cache for workflows
1 parent 8be8473 commit bfa0fe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-dist.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/setup-node@v4.0.1
2828
with:
2929
node-version: 20.x
30+
cache: npm
3031

3132
- name: Validate package-lock
3233
run: npx lockfile-lint --path package-lock.json --allowed-hosts npm yarn --validate-https

0 commit comments

Comments
 (0)