Skip to content

Commit

Permalink
BREAKING: Require Node 10 or later; update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Oct 3, 2020
1 parent 21ad9eb commit 8ff41e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 24 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
@@ -1,8 +1,9 @@
language: node_js
os:
- linux
- windows
node_js:
- stable
- node
- 12
- 10
- 8
- 6

script: npm run ci
19 changes: 0 additions & 19 deletions appveyor.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"lib"
],
"engines": {
"node": ">=6.0.0"
"node": ">=10.0.0"
},
"dependencies": {
"postcss": "^7.0.1",
Expand Down

0 comments on commit 8ff41e8

Please sign in to comment.