Skip to content

Commit ac39bbc

Browse files
tlhunterQard
authored andcommitted
benchmarks: add node 12, 14, 20, upgrade node 14, 16 (#3388)
1 parent 5b0f2a2 commit ac39bbc

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

benchmark/sirun/Dockerfile

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# The version of this file in master is used across all PRs regardless of upstream branch
12
FROM --platform=linux/amd64 ubuntu:22.04
23

34
RUN apt-get update && apt-get install --no-install-recommends -y \
@@ -25,11 +26,14 @@ RUN wget -O sirun.tar.gz https://github.com/DataDog/sirun/releases/download/v0.1
2526
&& rm sirun.tar.gz \
2627
&& mv sirun /usr/bin/sirun
2728

29+
# This list of installed Node.js versions should include all versions used by any active release line
2830
RUN mkdir -p /usr/local/nvm \
2931
&& wget -q -O - https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash \
3032
&& . $NVM_DIR/nvm.sh \
31-
&& nvm install --no-progress 14.20.1 \
32-
&& nvm install --no-progress 16.17.1 \
33-
&& nvm install --no-progress 18.10.0 \
33+
&& nvm install --no-progress 12.22.12 \
34+
&& nvm install --no-progress 14.21.3 \
35+
&& nvm install --no-progress 16.20.1 \
36+
&& nvm install --no-progress 18.16.1 \
37+
&& nvm install --no-progress 20.4.0 \
3438
&& nvm alias default 18 \
3539
&& nvm use 18

0 commit comments

Comments
 (0)