ci(workflow): add cache to workflows using actions/setup-node (#6821)

This commit is contained in:
Oscar Dominguez
2021-10-13 12:19:07 +02:00
committed by GitHub
parent 4354c37762
commit 046f44b807
5 changed files with 11 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
cache: npm
- name: Install dependencies
run: npm ci --ignore-scripts