We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ad9eb commit 1bd5ad7Copy full SHA for 1bd5ad7
.travis.yml
@@ -1,8 +1,9 @@
1
language: node_js
2
+os:
3
+ - linux
4
+ - windows
5
node_js:
6
- stable
7
+ - 12
8
- 10
- - 8
- - 6
-
9
script: npm run ci
appveyor.yml
package.json
@@ -18,7 +18,7 @@
18
"lib"
19
],
20
"engines": {
21
- "node": ">=6.0.0"
+ "node": ">=10.0.0"
22
},
23
"dependencies": {
24
"postcss": "^7.0.1",
0 commit comments