When running with newer node we get an error:
Runtime [nodejs22.x] is not supported.
Same thing applies to current LTS node:
Runtime [nodejs24.x] is not supported.
Code reference:
|
if (!['nodejs16.x', 'nodejs18.x', 'nodejs20.x'].includes(program.runtime)) { |