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.
1 parent a0a8f14 commit 2f8d295Copy full SHA for 2f8d295
.travis.yml
@@ -2,19 +2,12 @@ sudo: false
2
language: node_js
3
4
node_js:
5
- - 8
6
- 10
7
- 12
+ - 14
8
9
before_install:
10
- npm install --global npm@
11
-before_install: >
12
- node_version=$(node -v);
13
- if [ ${node_version:1:1} = 6 ]; then
14
- npm install --global npm@^4
15
- else
16
- npm install --global npm@latest
17
- fi
18
19
script:
20
- npm run build_and_test
package.json
@@ -17,7 +17,7 @@
"url": "https://github.com/TypeStrong/TypeDoc/issues"
},
"engines": {
- "node": ">= 8.0.0"
+ "node": ">= 10.0.0"
21
22
"dependencies": {
23
"fs-extra": "^8.1.0",
0 commit comments