ci: enable npm cache

This commit is contained in:
HonkingGoose 2021-06-30 20:11:58 +02:00 committed by GitHub
parent e5d029e54d
commit 97a27f70e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@ jobs:
uses: actions/setup-node@v2.2.0
with:
node-version: '12.x'
cache: 'npm'
- name: Install project
run: npm ci
- name: Lint