devops: upgrade linux-browser-dependencies tool to Node.js 18 (#20556)
This commit is contained in:
parent
aaafd37e24
commit
b6eb85a0ba
|
|
@ -5,7 +5,7 @@ set +x
|
||||||
# Install Node.js
|
# Install Node.js
|
||||||
|
|
||||||
apt-get update && apt-get install -y curl && \
|
apt-get update && apt-get install -y curl && \
|
||||||
curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
|
curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
|
||||||
apt-get install -y nodejs
|
apt-get install -y nodejs
|
||||||
|
|
||||||
# Install apt-file
|
# Install apt-file
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue