Upgrade everything from npm 10 to 11 and Node 20 to 24 active LTS

This commit is contained in:
Nicholas La Roux
2025-10-31 22:39:20 -04:00
parent 1a792e9f82
commit 2a7006502a
8 changed files with 16 additions and 16382 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
{
"name": "Node.js",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-20-bullseye",
"image": "mcr.microsoft.com/devcontainers/javascript-node:24-bookworm",
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
@@ -13,7 +13,7 @@
// Use 'postCreateCommand' to run commands after the container is created.
//https://github.com/microsoft/vscode-dev-containers/issues/559
"postCreateCommand": "source $NVM_DIR/nvm.sh && nvm install 20"
"postCreateCommand": "source $NVM_DIR/nvm.sh && nvm install 24"
// Configure tool-specific properties.
// "customizations": {},