Skip to content

Commit 6477ea2

Browse files
mergify[bot]mcapellemilioalvap
authored
[Synthetics] Upgrade nodejs on CI to active LTS (#47168) (#47183)
Nodejs for Synthetics was upgraded on #47091, which makes synthetics incompatible with the version running on CI. Fixes: #47159 (cherry picked from commit 61bbfcc) Co-authored-by: Marc Capell <[email protected]> Co-authored-by: Emilio Alvarez Piñeiro <[email protected]>
1 parent 305ac0b commit 6477ea2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.buildkite/heartbeat/heartbeat-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020

2121
# Other deps
2222
ASDF_MAGE_VERSION: 1.15.0
23-
ASDF_NODEJS_VERSION: 18.17.1
23+
ASDF_NODEJS_VERSION: 22.20.0
2424
ASDF_PYTHON_VERSION: 3.10.9
2525

2626
# Unit tests

.buildkite/x-pack/pipeline.xpack.agentbeat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ steps:
157157
depends_on:
158158
- agentbeat-package-linux
159159
env:
160-
ASDF_NODEJS_VERSION: 18.17.1
160+
ASDF_NODEJS_VERSION: 22.20.0
161161
PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64"
162162
SNAPSHOT: true
163163
command: |

.buildkite/x-pack/pipeline.xpack.heartbeat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424

2525
# Other deps
2626
ASDF_MAGE_VERSION: 1.15.0
27-
ASDF_NODEJS_VERSION: 18.17.1
27+
ASDF_NODEJS_VERSION: 22.20.0
2828

2929
# Unit tests
3030
RACE_DETECTOR: "true"

0 commit comments

Comments
 (0)