Environment
The v2.13.2 release included, without being mentioned in the release notes , this commit: 182d6d3
However, rollup-plugin-visualizer v7 requires node 22, so this makes the whole of nitropack not compatible with node 20 anymore. Can we revert this update? It's especially bad because this is just a patch-level bump 😅
Reproduction
try to install nitropack latest v2 in a node app with node 20.
Describe the bug
should be able to install, as nitropack 2 supports node 20+. but it fails at install time. e.g.:
error rollup-plugin-visualizer@7.0.1: The engine "node" is incompatible with this module. Expected version ">=22". Got "20.19.2"
Additional context
No response
Logs
Environment
The v2.13.2 release included, without being mentioned in the release notes , this commit: 182d6d3
However, rollup-plugin-visualizer v7 requires node 22, so this makes the whole of nitropack not compatible with node 20 anymore. Can we revert this update? It's especially bad because this is just a patch-level bump 😅
Reproduction
try to install nitropack latest v2 in a node app with node 20.
Describe the bug
should be able to install, as nitropack 2 supports node 20+. but it fails at install time. e.g.:
Additional context
No response
Logs