Skip to content

Commit

Permalink
Upgrade ROS version used in tests and switch to node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed May 23, 2020
1 parent bcc181e commit 14c54a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ EOM

if [[ "$target" = *"server"* ]]; then
source $(brew --prefix nvm)/nvm.sh --no-use
export REALM_NODE_PATH="$(nvm which 8)"
export REALM_NODE_PATH="$(nvm which 10)"
fi

# Reset CoreSimulator.log
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=5.0.0
REALM_CORE_VERSION=6.0.4
REALM_SYNC_VERSION=5.0.3
REALM_OBJECT_SERVER_VERSION=3.23.1
REALM_OBJECT_SERVER_VERSION=3.28.5

0 comments on commit 14c54a5

Please sign in to comment.