diff --git a/scripts/cross/Dockerfile b/scripts/cross/Dockerfile index 6270d886a1..030ef9c379 100644 --- a/scripts/cross/Dockerfile +++ b/scripts/cross/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update -y && apt-get install --no-install-recommends -y -q \ libltdl-dev \ libltdl7 -RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list diff --git a/scripts/docker/Dockerfile.ui b/scripts/docker/Dockerfile.ui index cac96929b4..f67d04029b 100644 --- a/scripts/docker/Dockerfile.ui +++ b/scripts/docker/Dockerfile.ui @@ -19,7 +19,7 @@ RUN apt-get update -y && apt-get install --no-install-recommends -y -q \ libltdl-dev \ libltdl7 -RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list diff --git a/ui/package.json b/ui/package.json index 2c6a5ab769..290dfc5e91 100644 --- a/ui/package.json +++ b/ui/package.json @@ -227,7 +227,7 @@ "@embroider/macros": "^1.0.0" }, "engines": { - "node": "16" + "node": "18" }, "ember": { "edition": "octane"