Skip to content

Commit 94f65fd

Browse files
committed
better
1 parent 593e9e9 commit 94f65fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
- run:
3838
name: nvm install node and UI dependencies
3939
command: |
40-
cat /opt/circleci/.nvm/nvm.sh
40+
echo "npm version is $(npm --version)"
41+
echo "nvm version is $(nvm --version)"
4142
/opt/circleci/.nvm/nvm.sh install --lts
4243
cd ui
4344
npm install

0 commit comments

Comments
 (0)