diff --git a/.nvmrc b/.nvmrc index 85e502778..3fe3b1570 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.22.0 +24.13.0 diff --git a/Dockerfile b/Dockerfile index a255b0e6b..3f779b9b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update -qq && \ libyaml-dev # Add Node, required for asset pipeline. -RUN curl -sL https://deb.nodesource.com/setup_22.x | bash - && \ +RUN curl -sL https://deb.nodesource.com/setup_24.x | bash - && \ apt-get install -y nodejs && \ npm install -q -g yarn