Skip to content

v2.0.3

Latest

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 13 Aug 19:30

馃殌 Enhancements

chore: upgrade action runtime to Node 24 John C. Bland II (@johncblandii) (#71) ## what
  • Change the action runtime from node20 to node24 in action.yml

why

  • GitHub is deprecating the Node 20 runtime; actions declaring runs.using: node20 emit a
    deprecation warning for every consumer and are already being force-migrated to Node 24
  • Declaring node24 makes the migration deliberate rather than implicit
  • The committed dist/ bundle is unchanged (no source changes, so check-dist still matches);
    it was smoke-tested locally under Node 24, and this repo's integration tests exercise the bundle
    end-to-end via uses: ./ 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 docs

why

To have most recent changes of README.md and doc from origin templates