Bump Node to 10

This commit is contained in:
adroitwhiz 2020-05-07 16:37:17 -04:00
parent 51c867fa6d
commit b873b6fec4

View File

@ -1,7 +1,7 @@
language: node_js
dist: trusty
node_js:
- 8
- 10
- node
env:
- NODE_ENV=production
@ -20,7 +20,7 @@ jobs:
- npm run docs
- npm run tap
- stage: deploy
node_js: 8
node_js: 10
script: npm run build
before_deploy:
- VPKG=$($(npm bin)/json -f package.json version)