Skip to content

Commit

Permalink
chore: drop support for Node < 12
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

This package no longer supports Node.js 4 through 12
  • Loading branch information
keithamus committed Mar 2, 2021
1 parent 312b8f8 commit 6b8e6e6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ language: node_js
addons:
sauce_connect: true
node_js:
- 8 # to be removed 2019-12-31
- 10 # to be removed 2021-04-31
- 12 # to be removed 2022-04-31
- 14 # to be removed 2023-04-31
- 12 # to be removed 2022-04-30
- 14 # to be removed 2023-04-30
- 15 # to be removed 2021-06-01
- lts/* # safety net; don't remove
- node # safety net; don't remove

Expand Down

0 comments on commit 6b8e6e6

Please sign in to comment.