Skip to content

Commit

Permalink
[Heartbeat]: update Node.js version for synthetics
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshshanmugam committed Jul 13, 2021
1 parent eb758b9 commit d980026
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 d980026

Please sign in to comment.