You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
278 B
20 lines
278 B
language: node_js
|
|
|
|
node_js:
|
|
- 12
|
|
- 10
|
|
|
|
jobs:
|
|
include:
|
|
- stage: release
|
|
node_js: lts/*
|
|
deploy:
|
|
provider: script
|
|
skip_cleanup: true
|
|
script:
|
|
- npm run semantic-release
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- /^greenkeeper/.*$/
|
|
|