We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26b617b + e3b6bcc commit 2323d20Copy full SHA for 2323d20
.travis.yml
@@ -20,6 +20,12 @@ jobs:
20
before_install:
21
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION"
22
- export PATH="$HOME/.yarn/bin:$PATH"
23
+ - env: task=npm-test
24
+ node_js:
25
+ - 10
26
+ before_install:
27
+ - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version "$YARN_VERSION"
28
+ - export PATH="$HOME/.yarn/bin:$PATH"
29
- env: task=ShellCheck
30
script:
31
- shellcheck bin/heroku bin/setup
package.json
@@ -135,7 +135,7 @@
135
"xss": "^1.0.3"
136
},
137
"engines": {
138
- "node": ">=6.x <10.x"
+ "node": ">=6.x"
139
140
"bugs": "https://github.com/hackmdio/codimd/issues",
141
"keywords": [
0 commit comments