Is your feature request related to a problem? Please describe.
In a data processing pipeline which uses a lot of grouping operations introduced in node v21 the code fails with.
TypeError: Map.groupBy(...).entries(...).map is not a function
From what I see trigger runs on node v20.
Describe the solution you'd like to see
Allow users to change the node version in their trigger config. I understand that this will increase the testing and maintenance cost a LOT so it's probably not worth implementing.
Describe alternate solutions
- Document how to conditionally polifill unavailable features
- Warn if one uses too new features unavailable in the runtime
Additional information
No response
Is your feature request related to a problem? Please describe.
In a data processing pipeline which uses a lot of grouping operations introduced in node v21 the code fails with.
From what I see trigger runs on node v20.
Describe the solution you'd like to see
Allow users to change the node version in their trigger config. I understand that this will increase the testing and maintenance cost a LOT so it's probably not worth implementing.
Describe alternate solutions
Additional information
No response