patch-1 Fix Node.js version selection for Travis CI
See: https://docs.travis-ci.com/user/languages/javascript-with-nodejs
AMD64
Node.js: node
Git
The .travis.yml file used for this job is not available
Build Config
{
"dist": "trusty",
"sudo": false,
"cache": {
"directories": [
"node_modules"
]
},
"addons": {
"chrome": "stable"
},
"script": [
"npm run test",
"npm run build"
],
"install": [
"npm --version",
"npm i"
],
"node_js": [
"node"
],
"language": "node_js"
}