chore: fix docker node version (#6263)

This commit is contained in:
Alexis Saettler
2022-08-12 23:39:49 +02:00
committed by GitHub
parent fe0a8b063b
commit 40a416dad2
+1 -1
View File
@@ -164,7 +164,7 @@ RUN set -ex; \
# Install node dependencies
RUN set -ex; \
\
curl -fsSL https://deb.nodesource.com/setup_16.x | bash -; \
curl -fsSL https://deb.nodesource.com/setup_18.x | bash -; \
apt-get install -y nodejs; \
npm install -g yarn; \
yarn run inst; \