Skip to content

Commit 653d65f

Browse files
authored
Merge pull request #332 from italia/test
Test
2 parents f1e380c + da386fd commit 653d65f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ RUN chmod +x ./install.sh && \
4545
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \
4646
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" && \
4747
nvm install 22 && \
48-
node -v
48+
node -v && \
49+
npm -v
4950

5051
# Install spid-sp-test
5152
RUN pip install spid-sp-test==1.2.17 --upgrade --no-cache

0 commit comments

Comments
 (0)