馃殌 Enhancements
chore: upgrade action runtime to Node 24 John C. Bland II (@johncblandii) (#71)
## what- Change the action runtime from
node20tonode24inaction.yml
why
- GitHub is deprecating the Node 20 runtime; actions declaring
runs.using: node20emit a
deprecation warning for every consumer and are already being force-migrated to Node 24 - Declaring
node24makes the migration deliberate rather than implicit - The committed
dist/bundle is unchanged (no source changes, socheck-diststill matches);
it was smoke-tested locally under Node 24, and this repo's integration tests exercise the bundle
end-to-end viauses: ./on this PR, now running on Node 24
references
馃 Automatic Updates
Update README.md and docs Cloud Posse Bot (CI/CD) (@cloudpossebot) (#48)
## what This is an auto-generated PR that updates the README.md and docswhy
To have most recent changes of README.md and doc from origin templates