Docs: support added for Node.js 13

This commit is contained in:
Lovell Fuller 2019-10-28 18:19:33 +00:00
parent 147c93ecd3
commit 4009acdd30
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ As well as image resizing, operations such as
rotation, extraction, compositing and gamma correction are available.
Most modern 64-bit OS X, Windows and Linux systems running
Node versions 8, 10 and 12
Node versions 8, 10, 12 and 13
do not require any additional install or runtime dependencies.
## Examples

View File

@ -17,7 +17,7 @@ As well as image resizing, operations such as
rotation, extraction, compositing and gamma correction are available.
Most modern 64-bit OS X, Windows and Linux systems running
Node versions 8, 10 and 12
Node versions 8, 10, 12 and 13
do not require any additional install or runtime dependencies.
[![Test Coverage](https://coveralls.io/repos/lovell/sharp/badge.png?branch=master)](https://coveralls.io/r/lovell/sharp?branch=master)

View File

@ -15,7 +15,7 @@ yarn add sharp
### Building from source
Pre-compiled binaries for sharp are provided for use with
Node versions 8, 10 and 12 on
Node versions 8, 10, 12 and 13 on
64-bit Windows, OS X and Linux platforms.
Sharp will be built from source at install time when: