diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 60a39ba..a6787f3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "node:18", + "image": "node:20", "postAttachCommand": "npm i", "shutdownAction": "stopContainer" } \ No newline at end of file