ci: use NPM cache in check-dist

This commit is contained in:
Nick Schonning 2021-12-30 11:24:52 -05:00
parent 5e2e068714
commit 0f3c02f0c8
No known key found for this signature in database
GPG key ID: 5DDAAD9C9AAFFD9F

View file

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