`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:
bspeice 2022-10-17 12:46:23 -04:00 коммит произвёл GitHub
Родитель 6e8756fa9f
Коммит d3f088a976
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 \