Skip to content

Commit 59e31cd

Browse files
mergify[bot]mcapellemilioalvap
authored
[Synthetics] Upgrade nodejs on CI to active LTS (#47168) (#47184)
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 04f3288 commit 59e31cd

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
@@ -181,7 +181,7 @@ steps:
181181
depends_on:
182182
- agentbeat-package-linux
183183
env:
184-
ASDF_NODEJS_VERSION: 18.17.1
184+
ASDF_NODEJS_VERSION: 22.20.0
185185
PLATFORMS: "+all linux/amd64 windows/amd64 darwin/amd64"
186186
SNAPSHOT: true
187187
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)