gulp v4 instead of node 8
This commit is contained in:
parent
1bb705014f
commit
726d6cf4b0
|
@ -1,6 +1,6 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "8"
|
||||
- stable
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -36,7 +36,7 @@
|
|||
"eslint-plugin-vue": "^4.3.0",
|
||||
"file-type": "^7.6.0",
|
||||
"filewatcher": "^3.0.1",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp": "^4.0.0",
|
||||
"gulp-babel": "^7.0.0",
|
||||
"gulp-copy": "^1.1.0",
|
||||
"gulp-inject-string": "^1.1.1",
|
||||
|
|
Loading…
Reference in New Issue