Merge pull request #1647 from tgstation/BumpNodeVersion

Bump node version used to next LTS
This commit is contained in:
Jordan Dominion
2023-09-03 10:21:19 -04:00
committed by GitHub
+1 -1
View File
@@ -4,7 +4,7 @@ FROM mcr.microsoft.com/dotnet/sdk:6.0-bookworm-slim AS build
# replace shell with bash so we can source files
RUN curl --silent -o- https://raw.githubusercontent.com/creationix/nvm/v0.39.1/install.sh | sh
ENV NODE_VERSION 14.18.1
ENV NODE_VERSION 20.5.1
ENV NVM_DIR /root/.nvm
ENV NODE_PATH $NVM_DIR/v$NODE_VERSION/lib/node_modules