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

This commit is contained in:
Oscar Dominguez 2022-04-07 11:05:23 +02:00
parent 21c0493ecf
commit 304d088503
3 changed files with 6 additions and 3 deletions

View file

@ -20,9 +20,10 @@ jobs:
uses: actions/checkout@v2
- name: Set Node.js 16.x
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- name: npm ci
run: npm ci