In line with ADR-0001, and given the release of Node 24 LTS "Krypton", this repo should be updated to use Node ^24.11. Currently:
|
"engines": { |
|
"node": "^22.12", |
|
"npm": ">=10" |
|
}, |
This is blocked on availablity of the nodejs24.x AWS Lambda runtime (which is what Netlify functions uses); that currently has a target launch date of November 2025.
Links
In line with ADR-0001, and given the release of Node 24 LTS "Krypton", this repo should be updated to use Node
^24.11. Currently:gitbot/package.json
Lines 16 to 19 in 2c89fa9
This is blocked on availablity of the
nodejs24.xAWS Lambda runtime (which is what Netlify functions uses); that currently has a target launch date of November 2025.Links