From 072488d13d44fb622467e27d656cf288e7e7fd4d Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Thu, 13 Sep 2018 13:46:37 +0200 Subject: [PATCH] build: update travis to use most recent nodejs LTS version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a2042d2937d..be192ed3e882 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ sudo: false node_js: # Use the explicit NodeJS LTS version 8.9.4 to avoid any automatic upgrade of the version. # This ensures that all Travis jobs run consistently and don't have different Node versions. - - '8.11.3' + - '8.12.0' addons: jwt: