Skip to content

Commit f8a0047

Browse files
committed
Drop node 8 (Level/community#98)
1 parent 31317a6 commit f8a0047

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ os:
77
- linux
88

99
node_js:
10-
- 8
1110
- 10
1211
- 12
12+
- 14
1313

1414
after_success: npm run coverage
1515

Diff for: appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ skip_tags: true
44

55
environment:
66
matrix:
7-
- nodejs_version: "8"
87
- nodejs_version: "10"
98
- nodejs_version: "12"
9+
- nodejs_version: "14"
1010

1111
platform:
1212
- x64

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
"json"
5555
],
5656
"engines": {
57-
"node": ">=8.6.0"
57+
"node": ">=10.12.0"
5858
}
5959
}

0 commit comments

Comments
 (0)