Skip to content

Commit 01c3ba1

Browse files
authored
install node22 (#4985)
1 parent ea3ab7d commit 01c3ba1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/sirun/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN mkdir -p /usr/local/nvm \
3434
&& nvm install --no-progress 16.20.1 \
3535
&& nvm install --no-progress 18.16.1 \
3636
&& nvm install --no-progress 20.4.0 \
37+
&& nvm install --no-progress 22.10.0 \
3738
&& nvm alias default 18 \
3839
&& nvm use 18
3940

0 commit comments

Comments
 (0)