Skip to content

Commit 1bd5ad7

Browse files
committed
BREAKING: Require Node 10 or later; update CI config
1 parent 21ad9eb commit 1bd5ad7

File tree

3 files changed

+5
-23
lines changed

3 files changed

+5
-23
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: node_js
2+
os:
3+
- linux
4+
- windows
25
node_js:
36
- stable
7+
- 12
48
- 10
5-
- 8
6-
- 6
7-
89
script: npm run ci

appveyor.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"lib"
1919
],
2020
"engines": {
21-
"node": ">=6.0.0"
21+
"node": ">=10.0.0"
2222
},
2323
"dependencies": {
2424
"postcss": "^7.0.1",

0 commit comments

Comments
 (0)