Drop support for Node.js 12, now requires >= 14.15.0

This commit is contained in:
Lovell Fuller
2022-06-29 10:32:25 +01:00
parent afc4c5bf79
commit bb91912883
7 changed files with 18 additions and 10 deletions

View File

@@ -16,7 +16,7 @@ Lanczos resampling ensures quality is not sacrificed for speed.
As well as image resizing, operations such as
rotation, extraction, compositing and gamma correction are available.
Most modern macOS, Windows and Linux systems running Node.js >= 12.13.0
Most modern macOS, Windows and Linux systems running Node.js >= 14.15.0
do not require any additional install or runtime dependencies.
### Formats

View File

@@ -1,5 +1,13 @@
# Changelog
## v0.31 - *eagle*
Requires libvips v8.13.0
### v0.31.0 - TBD
* Drop support for Node.js 12, now requires Node.js >= 14.15.0.
## v0.30 - *dresser*
Requires libvips v8.12.2

View File

@@ -10,7 +10,7 @@ yarn add sharp
## Prerequisites
* Node.js >= 12.13.0
* Node.js >= 14.15.0
## Prebuilt binaries