From 16ad9889f562e730a7f39df8a20938f6a3a04edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski-Owczarek?= Date: Mon, 4 Mar 2019 19:05:09 +0100 Subject: [PATCH] Build: Run Karma browser tests on Node.js 10 instead of 8 Node.js 10 has been in Active LTS since 2018-04-24 and Node.js 8 is now in maintenance mode. See https://github.com/nodejs/Release for more details. Closes gh-4311 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c528d1651..01111e110 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ env: matrix: include: # Run browser tests only on one Node.js version to save time. - - node_js: "8" + - node_js: "10" env: NPM_SCRIPT=test:browser script: - npm run $NPM_SCRIPT