From 35f7b9ec72d6987bb34cf3c90d688144ccfa1230 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 24 Aug 2023 14:07:53 +0000 Subject: [PATCH] Build/Test Tools: Change the version of Node.js in the Codespaces container. Follow up to [56378] and [56387]. Props jeffpaul. See #56658. git-svn-id: https://develop.svn.wordpress.org/trunk@56442 602fd350-edb4-49c9-b593-d223f7449a82 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 8def0253bd..79e2f75f39 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,7 +11,7 @@ "username": "wordpress" }, "ghcr.io/devcontainers/features/node:1": { - "version": "14" + "version": "16" }, "ghcr.io/devcontainers/features/docker-in-docker:2": {}, "ghcr.io/devcontainers/features/git:1": {}