node-red-contrib-daylight-rgbw
Version:
Daylight RGBW Color control for Node RED
28 lines (23 loc) • 524 B
YAML
language: node_js
node_js:
- "10"
- "12"
- "14"
- "lts/*"
cache: npm
before_install:
- npm install node-red@^1.0.6
jobs:
include:
# Define the release stage that runs semantic-release
- stage: release
node_js: lts/*
# Advanced: optionally overwrite your default `script` step to skip the tests
# script: skip
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
notifications:
slack: brookman:tFljPfoIDuqfPhYqYsCVRYXf