Skip to content

Upgrade action runtime to Node 24 #29

Description

GitHub is deprecating the Node 20 runtime for Actions (changelog). This action's action.yml declares runs.using: 'node20', so every consumer's workflow emits a deprecation warning (downstream repos pin 0.1.1 and commit 9c18326, both node20 or older).

The fix is a one-line change to runs.using: 'node24' plus a release. The committed bundle loads and runs under Node 24 (verified locally). I could not push a branch to this repo (write access denied), so filing this tracking issue instead.

Related org-wide effort: cloudposse/.github#261.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions