I have moved to node 24 since it is an lts now but I get this warning when installing firebase-tools ```text npm warn EBADENGINE Unsupported engine { npm warn EBADENGINE package: 'superstatic@9.2.0', npm warn EBADENGINE required: { node: '18 || 20 || 22' }, npm warn EBADENGINE current: { node: 'v24.11.0', npm: '11.6.2' } npm warn EBADENGINE } ``` Can it be fixed?
I have moved to node 24 since it is an lts now
but I get this warning when installing firebase-tools
Can it be fixed?