Skip to content

Commit

Permalink
debug which nvm we're using
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 21, 2024
1 parent 2f909f2 commit 21fd1e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
set -ae
git config --global --add safe.directory /app
source $NVM_DIR/nvm.sh
echo $NVM_DIR
echo `nvm --version`
echo `which nvm`
nvm use default
yarn install
bundle exec bin/rake assets:precompile
Expand Down

0 comments on commit 21fd1e4

Please sign in to comment.