Skip to content

Commit

Permalink
bump node version (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenydmitriev authored Oct 7, 2024
1 parent 11b0564 commit cb72207
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Update the NODE_VERSION arg in docker-compose.yml to pick a Node version: 18, 16, 14
ARG NODE_VERSION=18
ARG NODE_VERSION=20
FROM mcr.microsoft.com/devcontainers/javascript-node:${NODE_VERSION}

# VARIANT can be either 'hugo' for the standard version or 'hugo_extended' for the extended version.
Expand Down
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// Rebuild the container if it already exists to update.
"VERSION": "latest",
// Update NODE_VERSION to pick the Node.js version: 12, 14
"NODE_VERSION": "18"
"NODE_VERSION": "20"
}
},

Expand All @@ -26,7 +26,7 @@
},

// Add the IDs of extensions you want installed when the container is created.
"extensions": ["bungcip.better-toml", "davidanson.vscode-markdownlint"]
"extensions": []
}
},

Expand Down

0 comments on commit cb72207

Please sign in to comment.