From 3e0d934f47b34a2b99af1f4bfe0cf0b097b6d1cf Mon Sep 17 00:00:00 2001 From: Chelsea Shaw <82459713+hashishaw@users.noreply.github.com> Date: Thu, 16 May 2024 11:02:01 -0500 Subject: [PATCH] Update node to version 20 (#27080) --- scripts/cross/Dockerfile | 2 +- scripts/docker/Dockerfile.ui | 2 +- ui/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/cross/Dockerfile b/scripts/cross/Dockerfile index 030ef9c379..02b18961dd 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_18.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_20.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 f67d04029b..20f6cd1b17 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_18.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_20.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 bbadcbb5e7..9186f7c6b9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -199,7 +199,7 @@ "lodash.template@^4.5.0": "patch:lodash.template@npm%3A4.5.0#./.yarn/patches/lodash.template-npm-4.5.0-5272df3039.patch" }, "engines": { - "node": ">= 18" + "node": "20" }, "ember": { "edition": "octane"