From 6d5222f511af171f42cf5419b372239a37a0c913 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 22:33:55 +0000 Subject: [PATCH 1/2] chore(deps): update node.js to v20 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 960c7df0..af519c89 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ // https://code.visualstudio.com/docs/devcontainers/containers // https://containers.dev/implementors/json_reference/ { - "image": "node:18", + "image": "node:20.13.1", "features": {}, "customizations": { "vscode": { From 4a01b84cf6996e16c87c67a30f46e461ba41f935 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 16 May 2024 09:50:06 -0500 Subject: [PATCH 2/2] chore: use node 20 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index af519c89..545acf1b 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ // https://code.visualstudio.com/docs/devcontainers/containers // https://containers.dev/implementors/json_reference/ { - "image": "node:20.13.1", + "image": "node:20", "features": {}, "customizations": { "vscode": {