Skip to content

Commit 3dfe49d

Browse files
Merge branch 'main' into automated-documentation-update-18571897468
2 parents 626d077 + ccf0dad commit 3dfe49d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/nodejs/devcontainer-feature.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// ref: https://github.com/devcontainers/spec/blob/main/schemas/devContainerFeature.schema.json
22
{
33
"id": "nodejs",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"name": "NodeJS",
66
"documentationURL": "https://github.com/georglauterbach/dev-container-features/tree/main/src/nodejs",
77
"description": "Install NodeJS",
88
"options": {
99
"version": {
1010
"description": "Version of NodeJS to install",
1111
"type": "string",
12-
"default": "23.11.0"
12+
"default": "25.0.0"
1313
},
1414
"architecture": {
1515
"description": "Architecture of NodeJS to install",

0 commit comments

Comments
 (0)