Skip to content

Commit 6899b27

Browse files
alan-agius4atscott
authored andcommitted
build: update all esbuild target to node20 (angular#61606)
This is the min supported node.js version PR Close angular#61606
1 parent 38c2edc commit 6899b27

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/compiler-cli/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ esbuild(
6868
format = "esm",
6969
platform = "node",
7070
splitting = True,
71-
target = "node12",
71+
target = "node20",
7272
deps = PUBLIC_TARGETS,
7373
)
7474

packages/localize/tools/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ esbuild(
4646
format = "esm",
4747
platform = "node",
4848
splitting = True,
49-
target = "node12",
49+
target = "node20",
5050
deps = [
5151
":tools",
5252
],

packages/service-worker/cli/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ esbuild(
2727
],
2828
format = "esm",
2929
platform = "node",
30-
target = "node12",
30+
target = "node20",
3131
deps = [
3232
":cli",
3333
],

0 commit comments

Comments
 (0)