From b20495376a7ab7dbc0ef26495667707547cda4a0 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 29 Oct 2020 10:50:49 +0100 Subject: [PATCH] travis yml: sticky node v12 (#1556) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 14e514d3a..9052fa81a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ if: (branch = develop) OR (branch = master) OR (type = pull_request) OR (tag IS language: node_js node_js: # TODO: stable (v13.0.1 at the time) breaks sha3 package compilation - - 'lts/*' + # Sticky v12 + - '12' cache: 'yarn' script: - yarn test-coverage