File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
cache : npm
3
3
node_js :
4
- - 6
5
- - 8
6
4
- 10
7
5
- 12
6
+ - 14
8
7
matrix :
9
8
fast_finish : true
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Previously a part of clean-css it's a separate package since clean-css 4.0.
45
45
46
46
# Node.js version support
47
47
48
- clean-css-cli requires Node.js 4 .0+ (tested on Linux, OS X, and Windows)
48
+ clean-css-cli requires Node.js 10 .0+ (tested on Linux, OS X, and Windows)
49
49
50
50
# Install
51
51
@@ -65,6 +65,7 @@ cleancss -o one.min.css one.css
65
65
clean-css-cli 5.0 introduces the following changes / features:
66
66
67
67
* clean-css 5.0 with loads of bugfixes;
68
+ * drops official support for Node.js 4, 6, and 8;
68
69
* ` --skip-rebase ` option has been removed as rebasing URLs is disabled by default now
69
70
* ` --with-rebase ` option is added if you really want URLs rebasing
70
71
Original file line number Diff line number Diff line change 44
44
"vows" : " ^0.8.3"
45
45
},
46
46
"engines" : {
47
- "node" : " >= 4 .0"
47
+ "node" : " >= 10 .0"
48
48
}
49
49
}
You can’t perform that action at this time.
0 commit comments