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 1bd5ad7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
@@ -1,8 +1,9 @@
language: node_js
os:
- linux
- windows
node_js:
- stable
- 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 1bd5ad7

Please sign in to comment.