diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index fbb999e5a..c5a855b25 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,8 +8,6 @@ // Append -bullseye or -buster to pin to an OS version. // Use -bullseye variants on local on arm64/Apple Silicon. "VARIANT": "3.11-bookworm", - // Options - "NODE_VERSION": "lts/*" } },