Skip to content

Commit bd85a22

Browse files
ci: remove node v5,7 and 9
1 parent 42e9cbf commit bd85a22

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Diff for: .github/workflows/ci.yml

-15
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ jobs:
1616
- io.js 2.x
1717
- io.js 3.x
1818
- Node.js 4.x
19-
- Node.js 5.x
2019
- Node.js 6.x
21-
- Node.js 7.x
2220
- Node.js 8.x
23-
- Node.js 9.x
2421
- Node.js 10.x
2522
- Node.js 11.x
2623
- Node.js 12.x
@@ -60,26 +57,14 @@ jobs:
6057
node-version: "4.9"
6158
6259

63-
- name: Node.js 5.x
64-
node-version: "5.12"
65-
66-
6760
- name: Node.js 6.x
6861
node-version: "6.17"
6962
7063

71-
- name: Node.js 7.x
72-
node-version: "7.10"
73-
74-
7564
- name: Node.js 8.x
7665
node-version: "8.17"
7766
7867

79-
- name: Node.js 9.x
80-
node-version: "9.11"
81-
82-
8368
- name: Node.js 10.x
8469
node-version: "10.24"
8570

0 commit comments

Comments
 (0)