mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-25 14:45:54 -05:00
upgrade some JS deps to work with node 11
Fixes #62 * added travis config for latest node as well as 8. * ran "yarn upgrade -P webpack-dev-server", which caused the upath dependency to be upgraded. I arrived at this by inspecting yarn.lock for the things depending on upack, along with some trial and error. ("yarn upgrade -P chokidar" was less successful.)
This commit is contained in:
parent
071be03c6f
commit
496f7d7e3a
@ -33,6 +33,12 @@ matrix:
|
|||||||
- ci/install-ffmpeg.sh
|
- ci/install-ffmpeg.sh
|
||||||
script:
|
script:
|
||||||
- ci/script-rust.sh
|
- ci/script-rust.sh
|
||||||
|
- language: node_js
|
||||||
|
node_js: "node"
|
||||||
|
script:
|
||||||
|
- yarn
|
||||||
|
- yarn build
|
||||||
|
- node_modules/eslint/bin/eslint.js ui-src
|
||||||
- language: node_js
|
- language: node_js
|
||||||
node_js: "8"
|
node_js: "8"
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user