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

@@ -11,6 +11,6 @@ task:
- pkg upgrade -y
- pkg install -y devel/git devel/pkgconf graphics/vips www/node20 www/npm
install_script:
- npm install --build-from-source --unsafe-perm
- npm install --build-from-source
test_script:
- npm test