diff --git a/.nvmrc b/.nvmrc index 6d80269a4f..3876fd4986 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.16.0 +18.16.1 diff --git a/Dockerfile b/Dockerfile index 50e3bff8c4..8dd776cc10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN dnf install -y epel-release && \ xz RUN mkdir -p /usr/local/nvm ENV NVM_DIR=/usr/local/nvm -ENV NODE_VERSION=18.16.0 +ENV NODE_VERSION=18.16.1 RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash && \ . "$NVM_DIR/nvm.sh" && \ nvm install v${NODE_VERSION} && \ diff --git a/package.json b/package.json index e3fe8d0931..75ef4d357e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "license": "NASA-1.3", "repository": "nasa-gibs/worldview", "engines": { - "node": ">= 18" + "node": ">= 18.16.1" }, "scripts": { "analyze": "cross-env ANALYZE_MODE=true NODE_ENV=production webpack",