Skip to content

Commit

Permalink
chore!: drop node 8 and add 14
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop Node 8 support
  • Loading branch information
larsgw committed Nov 2, 2020
1 parent 78d989a commit b8b3e6c
Show file tree
Hide file tree
Showing 3 changed files with 961 additions and 1,274 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "14"
- "12"
- "10"
- "8"
sudo: false
install:
- npm install
Expand Down

0 comments on commit b8b3e6c

Please sign in to comment.