We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51738bb commit 9d2ea5dCopy full SHA for 9d2ea5d
.devcontainer/Dockerfile
@@ -2,7 +2,7 @@ FROM --platform=linux/amd64 node:lts-bookworm-slim
2
SHELL ["/bin/bash", "-c"]
3
4
ENV NVM_DIR=/root/.nvm
5
-ENV NODE_VERSION=20.18.1
+ENV NODE_VERSION=18.19.0
6
7
RUN apt update && apt install -y curl bash git tar gzip libc++-dev jq python3 build-essential
8
0 commit comments