Merge pull request #179 from oscard0m/add-cache-to-node-workflows

ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows
This commit is contained in:
Brian Cristante 2021-12-20 15:07:26 -05:00 committed by GitHub
commit 424fc82d43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,9 +20,10 @@ jobs:
uses: actions/checkout@v2
- name: Setup node 12
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12
cache: npm
- name: npm install
run: npm install