Skip to content

Commit

Permalink
drop 8 & adopt 14 (#222)
Browse files Browse the repository at this point in the history
* drop 8 & adopt 14

* fix readme
  • Loading branch information
xingoxu authored May 29, 2020
1 parent 2aa9847 commit b407e0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
node_js:
- 8
- 10
- 12
- 14
before_install:
- npm i -g npm@6
- npm i -g npm@latest
install:
- npm ci
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ line-bot-sdk-nodejs documentation: https://line.github.io/line-bot-sdk-nodejs/#g

## Requirements

* **Node.js** 8 or higher
* **Node.js** 10 or higher

## Installation

Expand Down

0 comments on commit b407e0d

Please sign in to comment.