<!-- Thank you for suggesting an idea to make the Node.js image better. Please fill in as much of the template below as you're able. --> ## Problem While doing https://github.com/nodejs/docker-node/pull/2100, I realized that our data is probably structured well enough that these PRs could be automated. ## Solution Create a (daily?) CI that: - Query the `version.json` for `"end"` <= Today - Delete the EOL node in `version.json` - Delete any version folders that are no longer in `version.json` - Create PR if there is diff This could probably use https://github.com/nodejs/docker-node/blob/main/.github/workflows/automatic-updates.yml as an example, but probably should be it's own job. ## Alternatives to Consider This happens so infrequently that we don't want to bother automating