Bump NodeJS to 18 (current LTS) (#1514)

This commit is contained in:
Joakim Sørensen 2022-10-26 15:37:32 +02:00 committed by GitHub
parent 5ea43539b8
commit b424915c11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1509 additions and 2269 deletions

View File

@ -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="16"
ARG VARIANT="18"
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
# Set an environment variable to be able to detect we are in dev container

2
.nvmrc
View File

@ -1 +1 @@
16
18

3774
yarn.lock

File diff suppressed because it is too large Load Diff