mirror of https://github.com/status-im/codimd.git
Merge pull request #1063 from SISheogorath/fix/nodeVersion
After removing ws, node version 10 should work
This commit is contained in:
commit
2323d203b4
|
@ -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
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue