From ce421d670b71313c6b402c84cc035eb9451f40a4 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Tue, 28 Apr 2026 14:59:20 +0000 Subject: [PATCH] ci: update GitHub Actions node runner and build target to node24 --- .github/local-actions/branch-manager/action.yml | 2 +- .github/local-actions/labels-sync/action.yml | 2 +- .github/local-actions/lock-closed/action.yml | 2 +- github-actions/bazel/configure-remote/action.yml | 2 +- github-actions/branch-manager/BUILD.bazel | 2 +- github-actions/branch-manager/action.yml | 2 +- github-actions/google-internal-tests/BUILD.bazel | 2 +- github-actions/google-internal-tests/action.yml | 2 +- github-actions/labeling/issue/BUILD.bazel | 2 +- github-actions/labeling/issue/action.yml | 2 +- github-actions/labeling/pull-request/BUILD.bazel | 2 +- github-actions/labeling/pull-request/action.yml | 2 +- github-actions/org-file-sync/BUILD.bazel | 2 +- github-actions/org-file-sync/action.yml | 2 +- github-actions/post-approval-changes/BUILD.bazel | 2 +- github-actions/post-approval-changes/action.yml | 2 +- github-actions/previews/pack-and-upload-artifact/BUILD.bazel | 2 +- .../previews/upload-artifacts-to-firebase/BUILD.bazel | 4 ++-- github-actions/unified-status-check/BUILD.bazel | 2 +- github-actions/unified-status-check/action.yml | 2 +- 20 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/local-actions/branch-manager/action.yml b/.github/local-actions/branch-manager/action.yml index e7ff55fc93..5c444ac61c 100644 --- a/.github/local-actions/branch-manager/action.yml +++ b/.github/local-actions/branch-manager/action.yml @@ -18,5 +18,5 @@ inputs: description: 'The latest sha for the pull request' required: false runs: - using: 'node20' + using: 'node24' main: 'main.js' diff --git a/.github/local-actions/labels-sync/action.yml b/.github/local-actions/labels-sync/action.yml index 89e8ec5ed8..23d18b2bd5 100644 --- a/.github/local-actions/labels-sync/action.yml +++ b/.github/local-actions/labels-sync/action.yml @@ -12,5 +12,5 @@ inputs: required: true runs: - using: 'node20' + using: 'node24' main: 'main.js' diff --git a/.github/local-actions/lock-closed/action.yml b/.github/local-actions/lock-closed/action.yml index 6861302929..e758a85bd0 100644 --- a/.github/local-actions/lock-closed/action.yml +++ b/.github/local-actions/lock-closed/action.yml @@ -9,5 +9,5 @@ inputs: description: 'The repositories to check for lockable issues' required: true runs: - using: 'node20' + using: 'node24' main: 'main.js' diff --git a/github-actions/bazel/configure-remote/action.yml b/github-actions/bazel/configure-remote/action.yml index 19820539b4..7e0194b00a 100644 --- a/github-actions/bazel/configure-remote/action.yml +++ b/github-actions/bazel/configure-remote/action.yml @@ -21,5 +21,5 @@ inputs: Whether the environment should be considerd a trusted build. runs: - using: 'node20' + using: 'node24' main: 'configure-remote.js' diff --git a/github-actions/branch-manager/BUILD.bazel b/github-actions/branch-manager/BUILD.bazel index 77a7d34731..f2f506710b 100644 --- a/github-actions/branch-manager/BUILD.bazel +++ b/github-actions/branch-manager/BUILD.bazel @@ -29,5 +29,5 @@ esbuild_checked_in( entry_point = "lib/main.ts", format = "esm", platform = "node", - target = "node22", + target = "node24", ) diff --git a/github-actions/branch-manager/action.yml b/github-actions/branch-manager/action.yml index c718754d35..7744aacce3 100644 --- a/github-actions/branch-manager/action.yml +++ b/github-actions/branch-manager/action.yml @@ -6,5 +6,5 @@ inputs: description: 'The private key for the Angular Robot Github app.' required: true runs: - using: 'node20' + using: 'node24' main: 'main.js' diff --git a/github-actions/google-internal-tests/BUILD.bazel b/github-actions/google-internal-tests/BUILD.bazel index 1741c5669c..5f9417daf2 100644 --- a/github-actions/google-internal-tests/BUILD.bazel +++ b/github-actions/google-internal-tests/BUILD.bazel @@ -26,5 +26,5 @@ esbuild_checked_in( entry_point = "lib/main.ts", format = "esm", platform = "node", - target = "node22", + target = "node24", ) diff --git a/github-actions/google-internal-tests/action.yml b/github-actions/google-internal-tests/action.yml index 731407824c..35f5d85a8f 100644 --- a/github-actions/google-internal-tests/action.yml +++ b/github-actions/google-internal-tests/action.yml @@ -18,5 +18,5 @@ inputs: URL to post into the GitHub commit status when Google Internal tests need to be run. This is useful for helping other Googlers. runs: - using: 'node20' + using: 'node24' main: 'main.js' diff --git a/github-actions/labeling/issue/BUILD.bazel b/github-actions/labeling/issue/BUILD.bazel index 582cbc432a..11e9739881 100644 --- a/github-actions/labeling/issue/BUILD.bazel +++ b/github-actions/labeling/issue/BUILD.bazel @@ -60,5 +60,5 @@ esbuild_checked_in( entry_point = "lib/main.ts", format = "esm", platform = "node", - target = "node22", + target = "node24", ) diff --git a/github-actions/labeling/issue/action.yml b/github-actions/labeling/issue/action.yml index 3793938b96..a8257ecccb 100644 --- a/github-actions/labeling/issue/action.yml +++ b/github-actions/labeling/issue/action.yml @@ -8,5 +8,5 @@ inputs: description: 'The API key for Google Generative AI' required: true runs: - using: 'node20' + using: 'node24' main: 'main.js' diff --git a/github-actions/labeling/pull-request/BUILD.bazel b/github-actions/labeling/pull-request/BUILD.bazel index c57e5065d4..c0c69ee274 100644 --- a/github-actions/labeling/pull-request/BUILD.bazel +++ b/github-actions/labeling/pull-request/BUILD.bazel @@ -52,7 +52,7 @@ esbuild_checked_in( entry_point = "lib/main.ts", format = "esm", platform = "node", - target = "node22", + target = "node24", ) jasmine_test( diff --git a/github-actions/labeling/pull-request/action.yml b/github-actions/labeling/pull-request/action.yml index 047b934e9e..afa2f523d0 100644 --- a/github-actions/labeling/pull-request/action.yml +++ b/github-actions/labeling/pull-request/action.yml @@ -9,5 +9,5 @@ inputs: description: 'A map of labels to the paths that they should be applied to which are affected by the PR' required: false runs: - using: 'node20' + using: 'node24' main: 'main.js' diff --git a/github-actions/org-file-sync/BUILD.bazel b/github-actions/org-file-sync/BUILD.bazel index 560f1dd9f9..fc1aab3146 100644 --- a/github-actions/org-file-sync/BUILD.bazel +++ b/github-actions/org-file-sync/BUILD.bazel @@ -27,5 +27,5 @@ esbuild_checked_in( entry_point = "lib/main.ts", format = "esm", platform = "node", - target = "node22", + target = "node24", ) diff --git a/github-actions/org-file-sync/action.yml b/github-actions/org-file-sync/action.yml index 1f961aa8bf..67eb9456b8 100644 --- a/github-actions/org-file-sync/action.yml +++ b/github-actions/org-file-sync/action.yml @@ -13,5 +13,5 @@ inputs: required: true runs: - using: 'node20' + using: 'node24' main: 'main.js' diff --git a/github-actions/post-approval-changes/BUILD.bazel b/github-actions/post-approval-changes/BUILD.bazel index fc3f14fed3..e5a8cfebe5 100644 --- a/github-actions/post-approval-changes/BUILD.bazel +++ b/github-actions/post-approval-changes/BUILD.bazel @@ -27,5 +27,5 @@ esbuild_checked_in( entry_point = "lib/main.ts", format = "esm", platform = "node", - target = "node22", + target = "node24", ) diff --git a/github-actions/post-approval-changes/action.yml b/github-actions/post-approval-changes/action.yml index b44fdf6389..a4e78894c1 100644 --- a/github-actions/post-approval-changes/action.yml +++ b/github-actions/post-approval-changes/action.yml @@ -6,5 +6,5 @@ inputs: description: 'The private key for the Angular Robot Github app.' required: true runs: - using: 'node20' + using: 'node24' main: 'main.js' diff --git a/github-actions/previews/pack-and-upload-artifact/BUILD.bazel b/github-actions/previews/pack-and-upload-artifact/BUILD.bazel index a25853265c..38e289c29a 100644 --- a/github-actions/previews/pack-and-upload-artifact/BUILD.bazel +++ b/github-actions/previews/pack-and-upload-artifact/BUILD.bazel @@ -23,5 +23,5 @@ esbuild_checked_in( entry_point = "lib/inject-artifact-metadata.ts", format = "esm", platform = "node", - target = "node22", + target = "node24", ) diff --git a/github-actions/previews/upload-artifacts-to-firebase/BUILD.bazel b/github-actions/previews/upload-artifacts-to-firebase/BUILD.bazel index 9a0ca9b43d..a5365f9dea 100644 --- a/github-actions/previews/upload-artifacts-to-firebase/BUILD.bazel +++ b/github-actions/previews/upload-artifacts-to-firebase/BUILD.bazel @@ -32,7 +32,7 @@ esbuild_checked_in( entry_point = "lib/fetch-workflow-artifact.ts", format = "esm", platform = "node", - target = "node22", + target = "node24", ) esbuild_checked_in( @@ -43,5 +43,5 @@ esbuild_checked_in( entry_point = "lib/extract-artifact-metadata.ts", format = "esm", platform = "node", - target = "node22", + target = "node24", ) diff --git a/github-actions/unified-status-check/BUILD.bazel b/github-actions/unified-status-check/BUILD.bazel index 4a5be28a2d..dee94c7fc2 100644 --- a/github-actions/unified-status-check/BUILD.bazel +++ b/github-actions/unified-status-check/BUILD.bazel @@ -30,5 +30,5 @@ esbuild_checked_in( entry_point = "lib/main.ts", format = "esm", platform = "node", - target = "node22", + target = "node24", ) diff --git a/github-actions/unified-status-check/action.yml b/github-actions/unified-status-check/action.yml index 3559737822..287439f729 100644 --- a/github-actions/unified-status-check/action.yml +++ b/github-actions/unified-status-check/action.yml @@ -13,5 +13,5 @@ inputs: required: false runs: - using: 'node20' + using: 'node24' main: 'main.js'