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

@@ -18,6 +18,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 16
cache: npm
- name: Install dependencies
run: npm ci