Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 4064c58

Browse files
authored
Bump npm node (#1029)
* bump npm/node * definitionVersion
1 parent f13c0af commit 4064c58

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

containers/codespaces-linux/.devcontainer/base.Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,8 @@ RUN if [ -z $DeveloperBuild ]; then \
122122
curl -sSL https://aka.ms/getvsdbgsh | bash /dev/stdin -v latest -l /vsdbg ; \
123123
fi
124124

125-
USER ${USERNAME}
125+
USER ${USERNAME}
126+
127+
# Bump npm/node
128+
RUN npm install -g npm@6
129+
RUN nvm install 14.17.6

containers/codespaces-linux/definition-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"definitionVersion": "1.6.4",
2+
"definitionVersion": "1.6.5",
33
"build": {
44
"latest": true,
55
"rootDistro": "debian",

0 commit comments

Comments
 (0)