Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion ubuntu/standard/7.0/runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ runtimes:
- rbenv global $VERSION
nodejs:
versions:
24:
commands:
- echo "Installing Node.js version 24 ..."
- n $NODE_24_VERSION
22:
commands:
- echo "Installing Node.js version 22 ..."
Expand Down Expand Up @@ -209,4 +213,4 @@ runtimes:
commands:
- echo "Installing custom .Net version $VERSION ..."
- /usr/local/bin/dotnet-install.sh -v $VERSION && rm -rf /tmp/*
- test -f "global.json" && echo "Using provided global.json" || dotnet new globaljson --sdk-version $VERSION --roll-forward feature
- test -f "global.json" && echo "Using provided global.json" || dotnet new globaljson --sdk-version $VERSION --roll-forward feature