node-red-contrib-nefit-easy2
Version:
The most extensive Nefit Easy node for Node RED
26 lines (21 loc) • 476 B
YAML
language: node_js
node_js:
- "10"
- "12"
- "14"
- "lts/*"
cache: npm
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