Bump engines since we do not test lower than 16 anymore (#3490)

This commit is contained in:
Brian C 2025-06-16 22:07:55 -05:00 committed by GitHub
parent 14dc8dd100
commit 607efc1b6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,6 +73,6 @@
],
"license": "MIT",
"engines": {
"node": ">= 8.0.0"
"node": ">= 16.0.0"
}
}