Drop Node.js 18, now requires Node.js >= 20.9.0

This commit is contained in:
Lovell Fuller
2025-12-17 14:44:46 +00:00
parent 34c39fa194
commit 283c7d3f0c
21 changed files with 98 additions and 88 deletions

View File

@@ -29,7 +29,7 @@
"./package": "./package.json"
},
"engines": {
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
"node": ">=20.9.0"
},
"config": {
"musl": ">=1.2.2"