Skip to content

Commit ff5f154

Browse files
author
Minggang Wang
committed
Upgrade Node.js to Dubnium v10.15.0
Fix #NONE
1 parent 7f882ce commit ff5f154

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
- run: wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
3131
- run: echo "source $HOME/.bashrc" >> ~/.bash_profile
3232
- run: cat ~/.bash_profile
33-
- run: nvm install v10.14.0
34-
- run: nvm alias default v10.14.0
33+
- run: nvm install v10.15.0
34+
- run: nvm alias default v10.15.0
3535
- run: node --version && npm --version && rm -rf ./node_modules/
3636
- run: source ~/ros2_install/ros2-osx/local_setup.bash && git submodule init && git submodule update && npm install --python=python2.7
3737
- run: export PATH="/usr/local/opt/python@2/libexec/bin:$PATH" && npm run lint

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN wget https://ci.ros2.org/view/packaging/job/packaging_xenial_linux/lastSucce
5454
RUN echo "source $ROS2_WS/ros2-linux/local_setup.bash" >> $HOME/.bashrc
5555

5656
# Install nvm, Node.js and node-gyp
57-
ENV NODE_VERSION v10.14.0
57+
ENV NODE_VERSION v10.15.0
5858
RUN wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash \
5959
&& . $HOME/.nvm/nvm.sh \
6060
&& nvm install $NODE_VERSION && nvm alias default $NODE_VERSION

0 commit comments

Comments
 (0)