50c53f4263
- most up-to-date version of our config
11 lines
188 B
YAML
11 lines
188 B
YAML
dist: xenial
|
|
language: node_js
|
|
node_js:
|
|
- 10
|
|
|
|
cache: yarn
|
|
|
|
# Don't run builds for renovate PRs, only renovate pushes
|
|
if: NOT branch =~ /^renovate\\/.+$/ AND type != pull_request
|
|
|
|
|