Skip to content

Commit 76320df

Browse files
author
Minggang Wang
committed
Update the Node.js to v6.11.5
1 parent e41105a commit 76320df

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
@@ -40,7 +40,7 @@ RUN wget https://raw.githubusercontent.com/ros2/ros2/master/ros2.repos \
4040
RUN echo "source $ROS2_WS/install/local_setup.bash" >> $HOME/.bashrc
4141

4242
# Install nvm, Node.js and node-gyp
43-
ENV NODE_VERSION v6.11.4
43+
ENV NODE_VERSION v6.11.5
4444
RUN wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash \
4545
&& . $HOME/.nvm/nvm.sh \
4646
&& 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
@@ -13,8 +13,8 @@ dependencies:
1313
- python3 -m pip install argcomplete coverage empy flake8 flake8-blind-except flake8-builtins flake8-class-newline flake8-comprehensions flake8-deprecated flake8-docstrings flake8-import-order flake8-quotes mock nose pep8 pydocstyle pyflakes pyyaml setuptools vcstool
1414
- brew install opencv
1515
- wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
16-
- nvm install v6.11.4
17-
- nvm use v6.11.4
16+
- nvm install v6.11.5
17+
- nvm use v6.11.5
1818
- 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
1919

2020
override:

0 commit comments

Comments
 (0)