Skip to content

Commit

Permalink
Run Node 14 on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thelinmichael committed Jan 23, 2021
1 parent 76ecdcd commit bfadbfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- 'node'
- 14
after_success:
- npm run travis
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

#### 5.0.1 (Jan 2021)

* Fix error handling in the HTTP client. Thanks [@yamadapc](https://github.com/yamadapc)!
* Fix error handling in the HTTP client. Thanks [@yamadapc](https://github.com/yamadapc)!
* This package can currently not be built on **Node 15 on Linux**, due to a dependency not being available yet. Issue can be followed on the [node-canvas](https://github.com/Automattic/node-canvas/issues/1688) issue tracker. In the mean time, Travis CI will run on earlier versions of Node.

#### 5.0.0 (Oct 2020)

Expand Down

0 comments on commit bfadbfa

Please sign in to comment.