11 lines
138 B
YAML
11 lines
138 B
YAML
dist: xenial
|
|
language: node_js
|
|
node_js:
|
|
- 10
|
|
|
|
cache: yarn
|
|
|
|
# Don't run builds for renovate PRs
|
|
if: NOT head_branch =~ ^renovate
|
|
|
|
|