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.
2 parents f1e380c + da386fd commit 653d65fCopy full SHA for 653d65f
Dockerfile
@@ -45,7 +45,8 @@ RUN chmod +x ./install.sh && \
45
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \
46
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" && \
47
nvm install 22 && \
48
- node -v
+ node -v && \
49
+ npm -v
50
51
# Install spid-sp-test
52
RUN pip install spid-sp-test==1.2.17 --upgrade --no-cache
0 commit comments