mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 21:16:52 +01:00
Merge pull request #1647 from tgstation/BumpNodeVersion
Bump node version used to next LTS
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user