Skip to content

Commit bfadbfa

Browse files
committed
Run Node 14 on Travis CI
1 parent 76ecdcd commit bfadbfa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
22
node_js:
3-
- 'node'
3+
- 14
44
after_success:
55
- npm run travis

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
#### 5.0.1 (Jan 2021)
44

5-
* Fix error handling in the HTTP client. Thanks [@yamadapc](https://github.com/yamadapc)!
5+
* Fix error handling in the HTTP client. Thanks [@yamadapc](https://github.com/yamadapc)!
6+
* 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.
67

78
#### 5.0.0 (Oct 2020)
89

0 commit comments

Comments
 (0)