Skip to content

Commit e727ee4

Browse files
committed
💚 remove node < 4 from CI
1 parent 86804fe commit e727ee4

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

‎.github/workflows/ci.yml

-25
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ jobs:
1010
strategy:
1111
matrix:
1212
name:
13-
- Node.js 0.10
14-
- Node.js 0.12
15-
- io.js 1.x
16-
- io.js 2.x
17-
- io.js 3.x
1813
- Node.js 4.x
1914
- Node.js 5.x
2015
- Node.js 6.x
@@ -33,26 +28,6 @@ jobs:
3328
- Node.js 19.x
3429

3530
include:
36-
- name: Node.js 0.10
37-
node-version: "0.10"
38-
39-
40-
- name: Node.js 0.12
41-
node-version: "0.12"
42-
43-
44-
- name: io.js 1.x
45-
node-version: "1.8"
46-
47-
48-
- name: io.js 2.x
49-
node-version: "2.5"
50-
51-
52-
- name: io.js 3.x
53-
node-version: "3.3"
54-
55-
5631
- name: Node.js 4.x
5732
node-version: "4.9"
5833

0 commit comments

Comments
 (0)