From 37eeda2e82483ae6897300bb72067f36723861b9 Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Mon, 13 Jul 2026 13:23:29 +0100 Subject: [PATCH 1/2] ci: bump changeset-determine-step action to node24 runtime --- .github/actions/changeset-determine-step/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' From f01d1427e3a436fdfa5fe8edfd5735aae2e90d20 Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Mon, 13 Jul 2026 13:23:36 +0100 Subject: [PATCH 2/2] ci: bump changeset-release-notes action to node24 runtime --- .github/actions/changeset-release-notes/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'