Skip to content

Commit 9a5ce9f

Browse files
committed
Node 18 EOL removal
1 parent 01f5246 commit 9a5ce9f

4 files changed

Lines changed: 8 additions & 15 deletions

File tree

src/javascript-node-mongo/devcontainer-template.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "javascript-node-mongo",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"name": "Node.js & Mongo DB",
55
"description": "Develop applications in Node.js and Mongo DB. Includes Node.js, eslint, and yarn in a container linked to a Mongo DB.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node-mongo",
@@ -14,8 +14,7 @@
1414
"22-bookworm",
1515
"22-bullseye",
1616
"20-bookworm",
17-
"20-bullseye",
18-
"18-bullseye"
17+
"20-bullseye"
1918
],
2019
"default": "22-bookworm"
2120
}

src/javascript-node-postgres/devcontainer-template.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "javascript-node-postgres",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"name": "Node.js & PostgreSQL",
55
"description": "Develop applications in Node.js and PostgreSQL. Includes Node.js, eslint, and yarn in a container linked to a Postgres DB container",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node-postgres",
@@ -15,9 +15,7 @@
1515
"22-bullseye",
1616
"20-bookworm",
1717
"20-bullseye",
18-
"18-bookworm",
19-
"20-bullseye",
20-
"18-bullseye"
18+
"20-bullseye"
2119
],
2220
"default": "22-bookworm"
2321
}

src/javascript-node/devcontainer-template.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "javascript-node",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"name": "Node.js & JavaScript",
55
"description": "Develop Node.js based applications. Includes Node.js, eslint, nvm, and yarn.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/javascript-node",
@@ -15,9 +15,7 @@
1515
"22-bullseye",
1616
"20-bookworm",
1717
"20-bullseye",
18-
"18-bookworm",
19-
"20-bullseye",
20-
"18-bullseye"
18+
"20-bullseye"
2119
],
2220
"default": "22-bookworm"
2321
}

src/typescript-node/devcontainer-template.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "typescript-node",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"name": "Node.js & TypeScript",
55
"description": "Develop Node.js based applications in TypeScript. Includes Node.js, eslint, nvm, yarn, and the TypeScript compiler.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/typescript-node",
@@ -14,9 +14,7 @@
1414
"22-bookworm",
1515
"22-bullseye",
1616
"20-bookworm",
17-
"18-bookworm",
18-
"20-bullseye",
19-
"18-bullseye"
17+
"20-bullseye"
2018
],
2119
"default": "22-bookworm"
2220
}

0 commit comments

Comments
 (0)