From 12b7020c265e5c2adc6d431c516e43eff4cb8ee3 Mon Sep 17 00:00:00 2001 From: Aaron Imming Date: Thu, 25 Apr 2019 16:20:23 +0800 Subject: [PATCH] Set node to v10.15.3 and force npm to 6.9.0 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e9a7dd52cc..6c6e7f05a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: node_js -node_js: node +node_js: "10.15.3" +before_install: npm i -g npm@6.9.0 +install: npm ci cache: directories: - node_modules