Drop support for Node.js 14 and 16, require >= 18.17.0

This commit is contained in:
Lovell Fuller
2023-09-22 17:27:54 +01:00
parent eefaa99872
commit ba20b8ada4
9 changed files with 80 additions and 69 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## v0.33 - *gauge*
Requires libvips v8.14.5
### v0.33.0 - TBD
* Drop support for Node.js 14 and 16, now requires Node.js >= 18.17.0
## v0.32 - *flow*
Requires libvips v8.14.5

View File

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

File diff suppressed because one or more lines are too long