devops: upgrade linux-browser-dependencies tool to Node.js 18 (#20556)

This commit is contained in:
Cliff Su 2023-02-10 01:52:05 +08:00 committed by GitHub
parent aaafd37e24
commit b6eb85a0ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ set +x
# Install Node.js
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
# Install apt-file