mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-10-31 18:36:31 +00:00
12 lines
138 B
YAML
12 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
|
|
|
|
|