update targets

This commit is contained in:
Dean Couch 2020-09-01 17:12:14 +10:00
parent 2f5235e9a1
commit ee68052074
No known key found for this signature in database
GPG key ID: F48DFF69DF80560B

View file

@ -1,10 +1,22 @@
language: node_js
node_js:
- '8'
- '10'
- '12'
- "10"
- "12"
- "14"
services:
- redis-server
script:
- npm run lint
- npm test
jobs:
include:
- stage: npm release
script: echo "Deploying to npm ..."
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
skip_cleanup: true
on:
tags: true
branch: master