language: node_js node_js: {nodeCurrentVersion} script: npm test deploy: provider: npm on: tags: true email: "$NPM_EMAIL" api-key: "$NPM_TOKEN"