UNPKG

strong-cryptor

Version:
28 lines (24 loc) 463 B
language: node_js node_js: - 12 - 10 - 8 install: - yarn - yarn build 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: - yarn semantic-release # safelist branches: only: - master