From e4dc9d71184f283baa0041c7898485874013637a Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 28 Sep 2020 07:35:03 +0200 Subject: [PATCH] travis: Move to current LTS node.js Version 8 is ancient and not supported any more, see https://docs.travis-ci.com/user/languages/javascript-with-nodejs/ Newer versions of copy-webpack-plugin don't work any more with 8. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 403be86..97c7f91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,6 @@ dist: bionic sudo: false language: node_js node_js: - - "8" + - "lts/*" script: - make