Cache npm deps

This commit is contained in:
Franck Royer 2021-03-15 14:50:52 +11:00
parent 40fe76a15e
commit 9aa3f1340d
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -19,8 +19,8 @@ jobs:
with: with:
node-version: '14' node-version: '14'
- name: install - name: install using npm ci
run: npm install uses: bahmutov/npm-install@v1
- name: build - name: build
run: npm build run: npm build