linux: make node 18 the default

This commit is contained in:
Koushik Dutta
2022-06-27 11:14:28 -07:00
parent b10e0dbbd5
commit a269e2130b

View File

@@ -20,7 +20,7 @@ RUN() {
FROM() {
echo 'Installing nodejs repo'
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
RUN apt-get update
RUN apt-get install -y nodejs
}