We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 626d077 + ccf0dad commit 3dfe49dCopy full SHA for 3dfe49d
src/nodejs/devcontainer-feature.json
@@ -1,15 +1,15 @@
1
// ref: https://github.com/devcontainers/spec/blob/main/schemas/devContainerFeature.schema.json
2
{
3
"id": "nodejs",
4
- "version": "0.2.0",
+ "version": "0.3.0",
5
"name": "NodeJS",
6
"documentationURL": "https://github.com/georglauterbach/dev-container-features/tree/main/src/nodejs",
7
"description": "Install NodeJS",
8
"options": {
9
"version": {
10
"description": "Version of NodeJS to install",
11
"type": "string",
12
- "default": "23.11.0"
+ "default": "25.0.0"
13
},
14
"architecture": {
15
"description": "Architecture of NodeJS to install",
0 commit comments