In line with ADR-0001, this should be updated to use Node ^22.11. Currently:
|
"engines": { |
|
"node": "^20.9", |
|
"npm": "^10" |
|
}, |
This is blocked on availablity of the nodejs22.x AWS Lambda runtime (which is what Netlify functions uses); that currently has a target launch date of November 2024.
In line with ADR-0001, this should be updated to use Node
^22.11. Currently:gitbot/package.json
Lines 16 to 19 in 06213df
This is blocked on availablity of the
nodejs22.xAWS Lambda runtime (which is what Netlify functions uses); that currently has a target launch date of November 2024.