Skip to content

Commit c2577cc

Browse files
author
Minggang Wang
committed
Update the Node.js to latest Carbon v8.9.3
1 parent 9eebe9e commit c2577cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN wget http://ci.ros2.org/view/packaging/job/packaging_linux/lastSuccessfulBui
3939
RUN echo "source $ROS2_WS/ros2-linux/local_setup.bash" >> $HOME/.bashrc
4040

4141
# Install nvm, Node.js and node-gyp
42-
ENV NODE_VERSION v8.9.2
42+
ENV NODE_VERSION v8.9.3
4343
RUN wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash \
4444
&& . $HOME/.nvm/nvm.sh \
4545
&& nvm install $NODE_VERSION && nvm alias default $NODE_VERSION

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ dependencies:
1414
- brew install opencv
1515
- brew install qt freetype assimp
1616
- wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
17-
- nvm install v8.9.2
18-
- nvm alias default v8.9.2
17+
- nvm install v8.9.3
18+
- nvm alias default v8.9.3
1919
- export CMAKE_PREFIX_PATH=/usr/local/opt/qt:$CMAKE_PREFIX_PATH && export PATH=/usr/local/Cellar/numpy/1.13.1_1/libexec/nose/bin:$PATH && mkdir -p ~/ros2_ws/src && cd ~/ros2_ws && wget https://raw.githubusercontent.com/ros2/ros2/master/ros2.repos && vcs import src < ros2.repos && src/ament/ament_tools/scripts/ament.py build --symlink-install
2020

2121
override:

0 commit comments

Comments
 (0)