Skip to content

Commit 9d2ea5d

Browse files
authored
nodejs to 18.19.0
1 parent 51738bb commit 9d2ea5d

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
@@ -2,7 +2,7 @@ FROM --platform=linux/amd64 node:lts-bookworm-slim
22
SHELL ["/bin/bash", "-c"]
33

44
ENV NVM_DIR=/root/.nvm
5-
ENV NODE_VERSION=20.18.1
5+
ENV NODE_VERSION=18.19.0
66

77
RUN apt update && apt install -y curl bash git tar gzip libc++-dev jq python3 build-essential
88

0 commit comments

Comments
 (0)