add cache: npm to check-dist.yml

This commit is contained in:
Dmitry Shibanov 2022-04-07 11:13:29 +02:00
parent beda3da693
commit b0802c3463

View file

@ -27,6 +27,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- name: Install dependencies
run: npm ci