-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Addon
Webtools Core - Sitemap Addon
Summary
support for Node v24
Why is it needed?
using node 24, I get the error:
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18.x.x <=22.x.x". Got "24.12.0"
error Found incompatible module.
Suggested solution(s)
need to test with node 24 and if there are no issues,
update package engine restrictions to allow up to v24
"engines": {
"node": ">=18.x.x <=22.x.x",
Related issue(s)/PR(s)
No response
Metadata
Metadata
Assignees
Labels
No labels