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 5635243 commit 36e55a7Copy full SHA for 36e55a7
.github/actions/esp-idf-5_2-with-node/Dockerfile
@@ -3,4 +3,5 @@ RUN apt update
3
RUN apt-get install -y curl
4
RUN curl -fsSL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh
5
RUN bash nodesource_setup.sh
6
-RUN apt -y install nodejs npm
+RUN apt -y install nodejs
7
+RUN npm install
0 commit comments