UI: Bump Node to v18 (#25074)

* Bump Node to v18

* Update dockerfiles as per node upgrade instructions
This commit is contained in:
Chelsea Shaw
2024-01-25 16:32:30 -06:00
committed by GitHub
parent ef26498e9c
commit fa54dd8c32
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -227,7 +227,7 @@
"@embroider/macros": "^1.0.0"
},
"engines": {
"node": "16"
"node": "18"
},
"ember": {
"edition": "octane"