From 156980980f9c3117e46de8e493ef2c8bf8dd8f0f Mon Sep 17 00:00:00 2001
From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com>
Date: Tue, 26 Oct 2021 11:01:22 -0700
Subject: [PATCH] CI: use lts instead of latest Node

---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1b520480..0d3140b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,8 @@
 language: node_js
 dist: trusty
 node_js:
-- 10
-- node
+- 12
+- lts/*
 env:
   global:
     - NODE_ENV=production
@@ -20,7 +20,7 @@ jobs:
   include:
     - stage: test
     - stage: deploy
-      node_js: 10
+      node_js: 12
       script: npm run build
       before_deploy:
       - >