mirror of https://github.com/status-im/codimd.git
fix: remove node 6 support
Signed-off-by: BoHong Li <a60814billy@gmail.com>
This commit is contained in:
parent
9a15af32f9
commit
dc74a4c94e
|
@ -8,12 +8,6 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- env: task=npm-test
|
|
||||||
node_js:
|
|
||||||
- 6
|
|
||||||
before_install:
|
|
||||||
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION"
|
|
||||||
- export PATH="$HOME/.yarn/bin:$PATH"
|
|
||||||
- env: task=npm-test
|
- env: task=npm-test
|
||||||
node_js:
|
node_js:
|
||||||
- 8
|
- 8
|
||||||
|
|
Loading…
Reference in New Issue