Skip to content

Commit 5e0305a

Browse files
committed
BREAKING: Drop Node 4 support
1 parent 39abad6 commit 5e0305a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ node_js:
44
- node
55
- 8
66
- 6
7-
- 4
87
script:
98
- npm run ci
109
after_success:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
environment:
22
matrix:
3+
- nodejs_version: "10"
34
- nodejs_version: "8"
45
- nodejs_version: "6"
5-
- nodejs_version: "4"
66

77
version: "{build}"
88
build: off

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "CLI for PostCSS",
55
"main": "index.js",
66
"engines": {
7-
"node": ">=4"
7+
"node": ">=6"
88
},
99
"bin": {
1010
"postcss": "./bin/postcss"

0 commit comments

Comments
 (0)