ci: use NPM cache in check-dist
parent
5e2e068714
commit
0f3c02f0c8
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
|
|
|||
Loading…
Reference in New Issue