Skip to content

Commit

Permalink
update to npm 10.5.2 [CE-260]
Browse files Browse the repository at this point in the history
  • Loading branch information
eapearson committed Apr 10, 2024
1 parent 541c60a commit 561380a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile-devcontainer
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM node:20

RUN npm install --location=global npm@10.5.1
RUN npm install --location=global npm@10.5.2
2 changes: 1 addition & 1 deletion tools/node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ FROM node:20-slim

RUN apt-get update && \
apt-get install -y npm python3 git make bash && \
npm install --location=global npm@10.5.1
npm install --location=global npm@10.5.2

0 comments on commit 561380a

Please sign in to comment.