travis: upgrade node to 10

This commit is contained in:
Steven Hugg 2019-09-27 20:59:02 -05:00
parent c3c91c0908
commit e88fb97a07
3 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ before_install:
- git submodule update --init --recursive
language: node_js
node_js:
- "6.5.0"
- "10.16.0"
script:
- npm run build
- npm test

6
package-lock.json generated
View File

@ -40,9 +40,9 @@
}
},
"@types/jquery": {
"version": "3.3.29",
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.3.29.tgz",
"integrity": "sha512-FhJvBninYD36v3k6c+bVk1DSZwh7B5Dpb/Pyk3HKVsiohn0nhbefZZ+3JXbWQhFyt0MxSl2jRDdGQPHeOHFXrQ==",
"version": "3.3.31",
"resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-3.3.31.tgz",
"integrity": "sha512-Lz4BAJihoFw5nRzKvg4nawXPzutkv7wmfQ5121avptaSIXlDNJCUuxZxX/G+9EVidZGuO0UBlk+YjKbwRKJigg==",
"dev": true,
"requires": {
"@types/sizzle": "*"

View File

@ -15,7 +15,7 @@
"devDependencies": {
"@types/bootbox": "^4.4.36",
"@types/bootstrap": "^3.3.42",
"@types/jquery": "^3.3.29",
"@types/jquery": "^3.3.31",
"atob": "^2.1.x",
"btoa": "^1.2.x",
"chromedriver": "^76.0.1",