Skip to content

Commit c2475ca

Browse files
committed
chore: drop Node.js < 10 support
BREAKING CHANGE: drop Node.js < 10 support
1 parent 4edd4a2 commit c2475ca

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
node_js:
2626
- '11'
2727
- '10'
28-
- '9'
29-
- '8'
3028
script:
3129
- yarn test:ci
3230
- yarn coverage

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Yes! You can have as many env objects as you want!
362362

363363
## Node.js support
364364

365-
Node.js version 8 or higher.
365+
Node.js version 10 or higher.
366366

367367
## Maintainers
368368

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
environment:
22
matrix:
3-
- nodejs_version: '8'
4-
- nodejs_version: '9'
53
- nodejs_version: '10'
4+
- nodejs_version: '11'
65

76
install:
87
- ps: Install-Product node $env:nodejs_version

0 commit comments

Comments
 (0)