We have an addon which is on Ember 5.12 for now. I wanted to update the build process to use pnpm v11, and I am unable to as the build relies on danlynn/ember-cli:5.12.0-node_22.9 pnpm only supports v22.13. It seems this is due to a bug that only occurred on Node <22.13.
I intended to open a PR to update the node version used here, but since the repo uses commit history to hold previous versions, it's unclear how I could do this without either creating a dangling branch from the 5.12.0-node_22.9 version or rebasing then needing to create new tags for all the following ember versions.
Is there a way to do this?
We have an addon which is on Ember 5.12 for now. I wanted to update the build process to use pnpm v11, and I am unable to as the build relies on
danlynn/ember-cli:5.12.0-node_22.9pnpm only supports v22.13. It seems this is due to a bug that only occurred on Node <22.13.I intended to open a PR to update the node version used here, but since the repo uses commit history to hold previous versions, it's unclear how I could do this without either creating a dangling branch from the 5.12.0-node_22.9 version or rebasing then needing to create new tags for all the following ember versions.
Is there a way to do this?