mirror of
https://github.com/actions/setup-node.git
synced 2025-04-21 18:39:23 +08:00
ci: use NPM cache in check-dist
This commit is contained in:
parent
5e2e068714
commit
0f3c02f0c8
1
.github/workflows/check-dist.yml
vendored
1
.github/workflows/check-dist.yml
vendored
@ -27,6 +27,7 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
Loading…
x
Reference in New Issue
Block a user