From 9a5ce9fc1a886f8d12a8f1659f344db15c08f3c9 Mon Sep 17 00:00:00 2001 From: Kaniska Date: Fri, 25 Apr 2025 09:16:56 +0000 Subject: [PATCH] Node 18 EOL removal --- src/javascript-node-mongo/devcontainer-template.json | 5 ++--- src/javascript-node-postgres/devcontainer-template.json | 6 ++---- src/javascript-node/devcontainer-template.json | 6 ++---- src/typescript-node/devcontainer-template.json | 6 ++---- 4 files changed, 8 insertions(+), 15 deletions(-) diff --git a/src/javascript-node-mongo/devcontainer-template.json b/src/javascript-node-mongo/devcontainer-template.json index 907c1690..50fad344 100644 --- a/src/javascript-node-mongo/devcontainer-template.json +++ b/src/javascript-node-mongo/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "javascript-node-mongo", - "version": "4.0.2", + "version": "4.0.3", "name": "Node.js & Mongo DB", "description": "Develop applications in Node.js and Mongo DB. Includes Node.js, eslint, and yarn in a container linked to a Mongo DB.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node-mongo", @@ -14,8 +14,7 @@ "22-bookworm", "22-bullseye", "20-bookworm", - "20-bullseye", - "18-bullseye" + "20-bullseye" ], "default": "22-bookworm" } diff --git a/src/javascript-node-postgres/devcontainer-template.json b/src/javascript-node-postgres/devcontainer-template.json index a587e1c8..2201cc73 100644 --- a/src/javascript-node-postgres/devcontainer-template.json +++ b/src/javascript-node-postgres/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "javascript-node-postgres", - "version": "4.0.2", + "version": "4.0.3", "name": "Node.js & PostgreSQL", "description": "Develop applications in Node.js and PostgreSQL. Includes Node.js, eslint, and yarn in a container linked to a Postgres DB container", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node-postgres", @@ -15,9 +15,7 @@ "22-bullseye", "20-bookworm", "20-bullseye", - "18-bookworm", - "20-bullseye", - "18-bullseye" + "20-bullseye" ], "default": "22-bookworm" } diff --git a/src/javascript-node/devcontainer-template.json b/src/javascript-node/devcontainer-template.json index d30122b6..0578ac89 100644 --- a/src/javascript-node/devcontainer-template.json +++ b/src/javascript-node/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "javascript-node", - "version": "4.0.2", + "version": "4.0.3", "name": "Node.js & JavaScript", "description": "Develop Node.js based applications. Includes Node.js, eslint, nvm, and yarn.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node", @@ -15,9 +15,7 @@ "22-bullseye", "20-bookworm", "20-bullseye", - "18-bookworm", - "20-bullseye", - "18-bullseye" + "20-bullseye" ], "default": "22-bookworm" } diff --git a/src/typescript-node/devcontainer-template.json b/src/typescript-node/devcontainer-template.json index e7d0ef5d..e28c1d1c 100644 --- a/src/typescript-node/devcontainer-template.json +++ b/src/typescript-node/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "typescript-node", - "version": "4.0.2", + "version": "4.0.3", "name": "Node.js & TypeScript", "description": "Develop Node.js based applications in TypeScript. Includes Node.js, eslint, nvm, yarn, and the TypeScript compiler.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/typescript-node", @@ -14,9 +14,7 @@ "22-bookworm", "22-bullseye", "20-bookworm", - "18-bookworm", - "20-bullseye", - "18-bullseye" + "20-bullseye" ], "default": "22-bookworm" }