diff --git a/.github/actions/changeset-determine-step/action.yml b/.github/actions/changeset-determine-step/action.yml index 58e7291..af71b13 100644 --- a/.github/actions/changeset-determine-step/action.yml +++ b/.github/actions/changeset-determine-step/action.yml @@ -5,5 +5,5 @@ outputs: description: 'Which action should be performed based on changesets (`pr` | `publish` | `none`)' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' diff --git a/.github/actions/changeset-release-notes/action.yml b/.github/actions/changeset-release-notes/action.yml index 01b6211..e66ea0e 100644 --- a/.github/actions/changeset-release-notes/action.yml +++ b/.github/actions/changeset-release-notes/action.yml @@ -5,5 +5,5 @@ outputs: description: 'Release notes' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js'