CI: use lts instead of latest Node

This commit is contained in:
Christopher Willis-Ford 2021-10-26 11:01:22 -07:00
parent 043a5a39a1
commit 156980980f

View file

@ -1,8 +1,8 @@
language: node_js language: node_js
dist: trusty dist: trusty
node_js: node_js:
- 10 - 12
- node - lts/*
env: env:
global: global:
- NODE_ENV=production - NODE_ENV=production
@ -20,7 +20,7 @@ jobs:
include: include:
- stage: test - stage: test
- stage: deploy - stage: deploy
node_js: 10 node_js: 12
script: npm run build script: npm run build
before_deploy: before_deploy:
- > - >