Skip to content

Commit 7a6657f

Browse files
Drops official support for Node.js < 10.
1 parent 6735a1a commit 7a6657f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: node_js
22
cache: npm
33
node_js:
4-
- 6
5-
- 8
64
- 10
75
- 12
6+
- 14
87
matrix:
98
fast_finish: true

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Previously a part of clean-css it's a separate package since clean-css 4.0.
4545

4646
# Node.js version support
4747

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)
4949

5050
# Install
5151

@@ -65,6 +65,7 @@ cleancss -o one.min.css one.css
6565
clean-css-cli 5.0 introduces the following changes / features:
6666

6767
* clean-css 5.0 with loads of bugfixes;
68+
* drops official support for Node.js 4, 6, and 8;
6869
* `--skip-rebase` option has been removed as rebasing URLs is disabled by default now
6970
* `--with-rebase` option is added if you really want URLs rebasing
7071

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"vows": "^0.8.3"
4545
},
4646
"engines": {
47-
"node": ">= 4.0"
47+
"node": ">= 10.0"
4848
}
4949
}

0 commit comments

Comments
 (0)