This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch codespaces in repository https://gitbox.apache.org/repos/asf/superset.git
commit ae26d63629b81939141efead4d6d29e10750ef49 Author: Maxime Beauchemin <[email protected]> AuthorDate: Mon Jul 28 15:59:36 2025 -0700 fix: Update Node version to 20 to match package.json requirements - package.json specifies Node ^20.18.1 - Update devcontainer to use Node 20 instead of 18 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8c42fde938..8c8c2e66fb 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,7 +11,7 @@ "version": "3.11" }, "ghcr.io/devcontainers/features/node:1": { - "version": "18" + "version": "20" }, "ghcr.io/devcontainers/features/git:1": {}, "ghcr.io/devcontainers/features/common-utils:2": {
