chore: update devcontainer.json to Node 18 (#11986)

This commit is contained in:
Connor Clark
2024-02-23 01:06:12 -08:00
committed by GitHub
parent 7966dd7262
commit bba2811ae5

View File

@@ -1,7 +1,9 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/node:1": {
"version": "18"
},
"ghcr.io/devcontainers/features/docker-in-docker:1": {
"version": "latest",
"moby": true