summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-11-21 01:42:35 +0100
committerGitHub2018-11-21 01:42:35 +0100
commit2323d203b4fbeff87a2a8be3fc1c5f34c84120d3 (patch)
tree5b53d07d510b96c986a59acd4ac38abd1609cfc1
parent26b617b032d00df4bfbed343f576f14e564f0001 (diff)
parente3b6bcc5f8d325d3b224f415003c770a8349cba5 (diff)
Merge pull request #1063 from SISheogorath/fix/nodeVersion
After removing ws, node version 10 should work
-rw-r--r--.travis.yml6
-rw-r--r--package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 887299b0..52da97f7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,12 @@ jobs:
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
+ node_js:
+ - 10
+ before_install:
+ - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION"
+ - export PATH="$HOME/.yarn/bin:$PATH"
- env: task=ShellCheck
script:
- shellcheck bin/heroku bin/setup
diff --git a/package.json b/package.json
index 2edd1af5..ee3c3830 100644
--- a/package.json
+++ b/package.json
@@ -135,7 +135,7 @@
"xss": "^1.0.3"
},
"engines": {
- "node": ">=6.x <10.x"
+ "node": ">=6.x"
},
"bugs": "https://github.com/hackmdio/codimd/issues",
"keywords": [