diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 72cb026..ad42d4d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,6 +6,6 @@ "postCreateCommand": "bun install", "features": { "ghcr.io/shyim/devcontainers-features/bun:0": {}, - "ghcr.io/devcontainers/features/node:1": {} + "ghcr.io/devcontainers/features/node:2": {} } }