[dist] Drop unsupported versions of Node. No automated publishing just yet. (#318)
This commit is contained in:
parent
1bb9d091f1
commit
75641ffaee
1 changed files with 0 additions and 40 deletions
|
@ -59,28 +59,7 @@ commands:
|
||||||
command: npm run cover
|
command: npm run cover
|
||||||
- run:
|
- run:
|
||||||
command: npm run coveralls
|
command: npm run coveralls
|
||||||
|
|
||||||
publish:
|
|
||||||
steps:
|
|
||||||
- checkout
|
|
||||||
- run:
|
|
||||||
name: Authenticate with registry
|
|
||||||
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
|
|
||||||
- run:
|
|
||||||
name: publish to npm
|
|
||||||
command: npm publish
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
node-v4:
|
|
||||||
docker:
|
|
||||||
- image: node:4
|
|
||||||
steps:
|
|
||||||
- test-nodejs-legacy
|
|
||||||
node-v6:
|
|
||||||
docker:
|
|
||||||
- image: node:6
|
|
||||||
steps:
|
|
||||||
- test-nodejs-legacy
|
|
||||||
node-v8:
|
node-v8:
|
||||||
docker:
|
docker:
|
||||||
- image: node:8
|
- image: node:8
|
||||||
|
@ -96,30 +75,11 @@ jobs:
|
||||||
- image: node:12
|
- image: node:12
|
||||||
steps:
|
steps:
|
||||||
- test-nodejs
|
- test-nodejs
|
||||||
publish:
|
|
||||||
docker:
|
|
||||||
- image: node:10
|
|
||||||
steps:
|
|
||||||
- publish
|
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
node-multi-build:
|
node-multi-build:
|
||||||
jobs:
|
jobs:
|
||||||
- node-v4
|
|
||||||
- node-v6
|
|
||||||
- node-v8
|
- node-v8
|
||||||
- node-v10
|
- node-v10
|
||||||
- node-v12
|
- node-v12
|
||||||
- publish:
|
|
||||||
requires:
|
|
||||||
- node-v4
|
|
||||||
- node-v6
|
|
||||||
- node-v8
|
|
||||||
- node-v10
|
|
||||||
- node-v12
|
|
||||||
filters:
|
|
||||||
tags:
|
|
||||||
only: /^v.*/
|
|
||||||
branches:
|
|
||||||
ignore: /.*/
|
|
Loading…
Reference in a new issue