File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # The version of this file in master is used across all PRs regardless of upstream branch
12FROM --platform=linux/amd64 ubuntu:22.04
23
34RUN 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
2830RUN 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
You can’t perform that action at this time.
0 commit comments