Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/local-actions/branch-manager/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ inputs:
description: 'The latest sha for the pull request'
required: false
runs:
using: 'node20'
using: 'node24'
Comment thread
josephperrott marked this conversation as resolved.
main: 'main.js'
2 changes: 1 addition & 1 deletion .github/local-actions/labels-sync/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ inputs:
required: true

runs:
using: 'node20'
using: 'node24'
Comment thread
josephperrott marked this conversation as resolved.
main: 'main.js'
2 changes: 1 addition & 1 deletion .github/local-actions/lock-closed/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ inputs:
description: 'The repositories to check for lockable issues'
required: true
runs:
using: 'node20'
using: 'node24'
Comment thread
josephperrott marked this conversation as resolved.
main: 'main.js'
2 changes: 1 addition & 1 deletion github-actions/bazel/configure-remote/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ inputs:
Whether the environment should be considerd a trusted build.

runs:
using: 'node20'
using: 'node24'
Comment thread
josephperrott marked this conversation as resolved.
main: 'configure-remote.js'
2 changes: 1 addition & 1 deletion github-actions/branch-manager/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ esbuild_checked_in(
entry_point = "lib/main.ts",
format = "esm",
platform = "node",
target = "node22",
target = "node24",
)
2 changes: 1 addition & 1 deletion github-actions/branch-manager/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ inputs:
description: 'The private key for the Angular Robot Github app.'
required: true
runs:
using: 'node20'
using: 'node24'
Comment thread
josephperrott marked this conversation as resolved.
main: 'main.js'
2 changes: 1 addition & 1 deletion github-actions/google-internal-tests/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ esbuild_checked_in(
entry_point = "lib/main.ts",
format = "esm",
platform = "node",
target = "node22",
target = "node24",
)
2 changes: 1 addition & 1 deletion github-actions/google-internal-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The node24 runner version is not supported by GitHub Actions. Currently, only node16 and node20 are supported for the runs.using field. Additionally, Node.js 24 has not been released yet (it is expected in 2025). This change will cause the action to fail to execute. If an upgrade was intended, node22 is the current latest LTS, but verify runner support before switching.

  using: 'node20'

main: 'main.js'
2 changes: 1 addition & 1 deletion github-actions/labeling/issue/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ esbuild_checked_in(
entry_point = "lib/main.ts",
format = "esm",
platform = "node",
target = "node22",
target = "node24",
)
2 changes: 1 addition & 1 deletion github-actions/labeling/issue/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ inputs:
description: 'The API key for Google Generative AI'
required: true
runs:
using: 'node20'
using: 'node24'
Comment thread
josephperrott marked this conversation as resolved.
main: 'main.js'
2 changes: 1 addition & 1 deletion github-actions/labeling/pull-request/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ esbuild_checked_in(
entry_point = "lib/main.ts",
format = "esm",
platform = "node",
target = "node22",
target = "node24",
)

jasmine_test(
Expand Down
2 changes: 1 addition & 1 deletion github-actions/labeling/pull-request/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Comment thread
josephperrott marked this conversation as resolved.
main: 'main.js'
2 changes: 1 addition & 1 deletion github-actions/org-file-sync/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ esbuild_checked_in(
entry_point = "lib/main.ts",
format = "esm",
platform = "node",
target = "node22",
target = "node24",
)
2 changes: 1 addition & 1 deletion github-actions/org-file-sync/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ inputs:
required: true

runs:
using: 'node20'
using: 'node24'
Comment thread
josephperrott marked this conversation as resolved.
main: 'main.js'
2 changes: 1 addition & 1 deletion github-actions/post-approval-changes/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ esbuild_checked_in(
entry_point = "lib/main.ts",
format = "esm",
platform = "node",
target = "node22",
target = "node24",
)
2 changes: 1 addition & 1 deletion github-actions/post-approval-changes/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ inputs:
description: 'The private key for the Angular Robot Github app.'
required: true
runs:
using: 'node20'
using: 'node24'
Comment thread
josephperrott marked this conversation as resolved.
main: 'main.js'
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ esbuild_checked_in(
entry_point = "lib/inject-artifact-metadata.ts",
format = "esm",
platform = "node",
target = "node22",
target = "node24",
)
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -43,5 +43,5 @@ esbuild_checked_in(
entry_point = "lib/extract-artifact-metadata.ts",
format = "esm",
platform = "node",
target = "node22",
target = "node24",
)
2 changes: 1 addition & 1 deletion github-actions/unified-status-check/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ esbuild_checked_in(
entry_point = "lib/main.ts",
format = "esm",
platform = "node",
target = "node22",
target = "node24",
)
2 changes: 1 addition & 1 deletion github-actions/unified-status-check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ inputs:
required: false

runs:
using: 'node20'
using: 'node24'
Comment thread
josephperrott marked this conversation as resolved.
main: 'main.js'
Loading