diff --git a/ubuntu/standard/7.0/runtimes.yml b/ubuntu/standard/7.0/runtimes.yml index 25f02be..a08adce 100644 --- a/ubuntu/standard/7.0/runtimes.yml +++ b/ubuntu/standard/7.0/runtimes.yml @@ -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 ..." @@ -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 \ No newline at end of file + - test -f "global.json" && echo "Using provided global.json" || dotnet new globaljson --sdk-version $VERSION --roll-forward feature