Skip to content

Commit

Permalink
[Heartbeat]: update Node.js version for synthetics (#26867) (#26874)
Browse files Browse the repository at this point in the history
(cherry picked from commit fd59e5b)

Co-authored-by: Vignesh Shanmugam <[email protected]>
  • Loading branch information
mergify[bot] and vigneshshanmugam authored Jul 14, 2021
1 parent ca703d2 commit cf01ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/packaging/templates/docker/Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ USER {{ .user }}
# Setup synthetics env vars
ENV ELASTIC_SYNTHETICS_CAPABLE=true
ENV SUITES_DIR={{ $beatHome }}/suites
ENV NODE_VERSION=12.18.4
ENV NODE_VERSION=12.22.3
ENV PATH="$NODE_PATH/node/bin:$PATH"
# Install the latest version of @elastic/synthetics forcefully ignoring the previously
# cached node_modules, heartbeat then calls the global executable to run test suites
Expand Down

0 comments on commit cf01ac5

Please sign in to comment.