Skip to content

Commit d99346f

Browse files
committed
update minimal required node version to 10 (Debnium)
Signed-off-by: BinotaLIU <me@binota.org>
1 parent f618576 commit d99346f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22

33
node_js:
4-
- "lts/carbon"
54
- "lts/dubnium"
65
- "11"
76
- "12"
@@ -12,7 +11,6 @@ cache: npm
1211
matrix:
1312
fast_finish: true
1413
include:
15-
- node_js: lts/carbon
1614
- node_js: lts/dubnium
1715
allow_failures:
1816
- node_js: "11"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
"utf-8-validate": "~5.0.1"
205205
},
206206
"engines": {
207-
"node": ">=8.0.0 <12.0.0"
207+
"node": ">=10.0.0 <13.0.0"
208208
},
209209
"maintainers": [
210210
{

0 commit comments

Comments
 (0)