We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f618576 commit d99346fCopy full SHA for d99346f
2 files changed
.travis.yml
@@ -1,7 +1,6 @@
1
language: node_js
2
3
node_js:
4
- - "lts/carbon"
5
- "lts/dubnium"
6
- "11"
7
- "12"
@@ -12,7 +11,6 @@ cache: npm
12
11
matrix:
13
fast_finish: true
14
include:
15
- - node_js: lts/carbon
16
- node_js: lts/dubnium
17
allow_failures:
18
- node_js: "11"
package.json
@@ -204,7 +204,7 @@
204
"utf-8-validate": "~5.0.1"
205
},
206
"engines": {
207
- "node": ">=8.0.0 <12.0.0"
+ "node": ">=10.0.0 <13.0.0"
208
209
"maintainers": [
210
{
0 commit comments