Skip to content

Commit fbde92a

Browse files
Change npm version to match node 18 (#49)
1 parent 00ba6d7 commit fbde92a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN mkdir -p /etc/apt/keyrings \
4444
&& echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list \
4545
&& apt-get update \
4646
&& apt-get install nodejs -y \
47-
&& npm install -g npm@latest \
47+
&& npm install -g npm@10.8.2 \
4848
&& rm -rf /var/lib/apt/lists/*
4949

5050
# Use a non-root user per https://code.visualstudio.com/remote/advancedcontainers/add-nonroot-user

0 commit comments

Comments
 (0)