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.
This commit is contained in:
parent
44b94eb59d
commit
e4dc9d7118
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@ dist: bionic
|
||||||
sudo: false
|
sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "8"
|
- "lts/*"
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue