mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-27 12:43:37 +00:00
ci: enable npm cache
This commit is contained in:
parent
e5d029e54d
commit
97a27f70e3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -28,6 +28,7 @@ jobs:
|
|||
uses: actions/setup-node@v2.2.0
|
||||
with:
|
||||
node-version: '12.x'
|
||||
cache: 'npm'
|
||||
- name: Install project
|
||||
run: npm ci
|
||||
- name: Lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue