We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86804fe commit e727ee4Copy full SHA for e727ee4
‎.github/workflows/ci.yml
@@ -10,11 +10,6 @@ jobs:
10
strategy:
11
matrix:
12
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
18
- Node.js 4.x
19
- Node.js 5.x
20
- Node.js 6.x
@@ -33,26 +28,6 @@ jobs:
33
28
- Node.js 19.x
34
29
35
30
include:
36
- - name: Node.js 0.10
37
- node-version: "0.10"
38
- npm-i: [email protected] [email protected] [email protected]
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
56
31
- name: Node.js 4.x
57
32
node-version: "4.9"
58
npm-i: [email protected] [email protected] [email protected]
0 commit comments