mirror of
https://github.com/danog/inline-critical.git
synced 2025-01-22 05:41:54 +01:00
drop node 4 support
This commit is contained in:
parent
5fc4997d89
commit
4de02ee4e6
@ -3,6 +3,5 @@ language: node_js
|
||||
node_js:
|
||||
- "8"
|
||||
- "6"
|
||||
- "4"
|
||||
after_success:
|
||||
- npm run coveralls
|
||||
|
@ -8,7 +8,6 @@ environment:
|
||||
matrix:
|
||||
- nodejs_version: "8"
|
||||
- nodejs_version: "6"
|
||||
- nodejs_version: "4"
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version
|
||||
|
@ -68,6 +68,6 @@
|
||||
]
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 4"
|
||||
"node": ">= 6"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user