Pin nodejs to 16 (#1513)

This commit is contained in:
Franck Nijhof 2022-10-26 14:25:38 +02:00 committed by GitHub
parent 4bc5729629
commit 0f9795d416
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 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="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

2
.nvmrc
View File

@ -1 +1 @@
lts/*
16