UNPKG

280 BYAMLView Raw
1jobs:
2 include:
3 - language: node_js
4 node_js:
5 - 12.16.1
6 stage: build
7 script:
8 - echo "Nothing much here"
9
10deploy:
11 provider: npm
12 skip_cleanup: true
13 email: "$NPM_LOGIN_EMAIL"
14 api_key: "$NPM_AUTH_TOKEN"
15 on:
16 tags: true
\No newline at end of file