Upgrade Nodejs to 14 (#2796)
`yarn compile` in the devcontainer is unable to run because `eslint-plugin-jsdoc@39.3.0` expects a minimum node version of 14.
This commit is contained in:
Родитель
6e8756fa9f
Коммит
d3f088a976
|
@ -5,7 +5,7 @@
|
|||
|
||||
# To fully customize the contents of this image, use the following Dockerfile instead:
|
||||
# https://github.com/microsoft/vscode-dev-containers/tree/v0.128.0/containers/typescript-node-10/.devcontainer/Dockerfile
|
||||
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:12
|
||||
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:14
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
|
|
Загрузка…
Ссылка в новой задаче