0
1
Fork 0

ci(workflow): add 'npm' cache for actions/setup-node in .github/workflows

This commit is contained in:
Oscar Dominguez 2021-12-20 17:24:01 +01:00
parent fdeec47002
commit 82388ea9d4
1 changed files with 2 additions and 1 deletions

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