Skip to content

Commit 069730b

Browse files
committed
ci: update GitHub Actions node runner and build target to node24
1 parent 442c2fc commit 069730b

20 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/local-actions/branch-manager/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ inputs:
1818
description: 'The latest sha for the pull request'
1919
required: false
2020
runs:
21-
using: 'node20'
21+
using: 'node24'
2222
main: 'main.js'

.github/local-actions/labels-sync/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ inputs:
1212
required: true
1313

1414
runs:
15-
using: 'node20'
15+
using: 'node24'
1616
main: 'main.js'

.github/local-actions/lock-closed/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ inputs:
99
description: 'The repositories to check for lockable issues'
1010
required: true
1111
runs:
12-
using: 'node20'
12+
using: 'node24'
1313
main: 'main.js'

github-actions/bazel/configure-remote/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ inputs:
2121
Whether the environment should be considerd a trusted build.
2222
2323
runs:
24-
using: 'node20'
24+
using: 'node24'
2525
main: 'configure-remote.js'

github-actions/branch-manager/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ esbuild_checked_in(
2929
entry_point = "lib/main.ts",
3030
format = "esm",
3131
platform = "node",
32-
target = "node22",
32+
target = "node24",
3333
)

github-actions/branch-manager/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ inputs:
66
description: 'The private key for the Angular Robot Github app.'
77
required: true
88
runs:
9-
using: 'node20'
9+
using: 'node24'
1010
main: 'main.js'

github-actions/google-internal-tests/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ esbuild_checked_in(
2626
entry_point = "lib/main.ts",
2727
format = "esm",
2828
platform = "node",
29-
target = "node22",
29+
target = "node24",
3030
)

github-actions/google-internal-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ inputs:
1818
URL to post into the GitHub commit status when Google Internal
1919
tests need to be run. This is useful for helping other Googlers.
2020
runs:
21-
using: 'node20'
21+
using: 'node24'
2222
main: 'main.js'

github-actions/labeling/issue/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ esbuild_checked_in(
6060
entry_point = "lib/main.ts",
6161
format = "esm",
6262
platform = "node",
63-
target = "node22",
63+
target = "node24",
6464
)

github-actions/labeling/issue/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ inputs:
88
description: 'The API key for Google Generative AI'
99
required: true
1010
runs:
11-
using: 'node20'
11+
using: 'node24'
1212
main: 'main.js'

0 commit comments

Comments
 (0)