mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
ci: use NPM cache in check-dist
This commit is contained in:
parent
5e2e068714
commit
0f3c02f0c8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/check-dist.yml
vendored
1
.github/workflows/check-dist.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
|||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
|
Loading…
Add table
Reference in a new issue