Skip to content

Commit 3b0e8a9

Browse files
committed
Debug
1 parent 7d33d39 commit 3b0e8a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
name: Switch to supported version of Node
3232
command: |
3333
set +e
34+
whereis nvm
3435
export NVM_DIR="/opt/circleci/.nvm"
3536
ls $NVM_DIR
36-
whereis nvm
3737
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
3838
nvm install 14.20.1
3939
nvm alias default v14.20.1

0 commit comments

Comments
 (0)