diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index a4f78d98..939f944c 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,6 +1,6 @@ # See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.158.0/containers/typescript-node/.devcontainer/base.Dockerfile -ARG VARIANT="14" +ARG VARIANT="16" FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT} # Set an environment variable to be able to detect we are in dev container diff --git a/.nvmrc b/.nvmrc index b009dfb9..b6a7d89c 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -lts/* +16