mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-04-02 23:29:48 +00:00
travis: upgrade node to 10
This commit is contained in:
parent
c3c91c0908
commit
e88fb97a07
@ -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
6
package-lock.json
generated
@ -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": "*"
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user