diff --git a/.nvmrc b/.nvmrc index dd0cebdb7..5767036af 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.19.6 +22.21.1 diff --git a/Dockerfile b/Dockerfile index c24012d84..9a7c160a6 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_20.x | bash - && \ +RUN curl -sL https://deb.nodesource.com/setup_22.x | bash - && \ apt-get install -y nodejs && \ npm install -q -g yarn