mirror of
https://github.com/VSCodium/vscode-linux-build-agent.git
synced 2025-12-10 18:46:15 -06:00
revert: use node-18 on focal
This commit is contained in:
parent
52823f5550
commit
0f7dbdf850
@ -54,7 +54,7 @@ RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/so
|
||||
RUN apt-get update && apt-get install -y yarn
|
||||
|
||||
# Node.js
|
||||
RUN curl --silent --location https://deb.nodesource.com/setup_16.x | sudo -E bash -
|
||||
RUN curl --silent --location https://deb.nodesource.com/setup_18.x | sudo -E bash -
|
||||
RUN apt-get update && apt-get install -y nodejs
|
||||
RUN npm install -g npm@latest
|
||||
RUN npm install -g node-gyp
|
||||
|
||||
@ -54,7 +54,7 @@ RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/so
|
||||
RUN apt-get update && apt-get install -y yarn
|
||||
|
||||
# Node.js
|
||||
RUN curl --silent --location https://deb.nodesource.com/setup_16.x | sudo -E bash -
|
||||
RUN curl --silent --location https://deb.nodesource.com/setup_18.x | sudo -E bash -
|
||||
RUN apt-get update && apt-get install -y nodejs
|
||||
RUN npm install -g npm@latest
|
||||
RUN npm install -g node-gyp
|
||||
|
||||
@ -45,7 +45,7 @@ RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/so
|
||||
RUN apt-get update && apt-get install -y yarn
|
||||
|
||||
# Node.js
|
||||
RUN curl --silent --location https://deb.nodesource.com/setup_16.x | sudo -E bash -
|
||||
RUN curl --silent --location https://deb.nodesource.com/setup_18.x | sudo -E bash -
|
||||
RUN apt-get update && apt-get install -y nodejs
|
||||
RUN npm install -g npm@latest
|
||||
RUN npm install -g node-gyp
|
||||
|
||||
@ -73,7 +73,7 @@ RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/so
|
||||
RUN apt-get update && apt-get install -y yarn
|
||||
|
||||
# Node.js
|
||||
RUN curl --silent --location https://deb.nodesource.com/setup_16.x | sudo -E bash -
|
||||
RUN curl --silent --location https://deb.nodesource.com/setup_18.x | sudo -E bash -
|
||||
RUN apt-get update && apt-get install -y nodejs
|
||||
RUN npm install -g npm@latest
|
||||
RUN npm install -g node-gyp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user