mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 18:01:46 +00:00
add cache: npm to check-dist.yml
This commit is contained in:
parent
beda3da693
commit
b0802c3463
1
.github/workflows/check-dist.yml
vendored
1
.github/workflows/check-dist.yml
vendored
@ -27,6 +27,7 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
Loading…
Reference in New Issue
Block a user