Skip to content

Commit 4af425a

Browse files
author
Minggang Wang
committed
Upgrade Node.js and dependencies
This PR upgrades following: - Upgrade Node.js to v10.16.0 - Upgrade fs-extra to v8.0.1
1 parent 69b08d1 commit 4af425a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- run: wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
2929
- run: echo "source $HOME/.bashrc" >> ~/.bash_profile
3030
- run: cat ~/.bash_profile
31-
- run: nvm install v10.15.2
32-
- run: nvm alias default v10.15.2
31+
- run: nvm install v10.16.0
32+
- run: nvm alias default v10.16.0
3333
- run: node --version && npm --version && rm -rf ./node_modules/
3434
- run: source ~/ros2_install/ros2-osx/local_setup.bash && git submodule init && git submodule update && npm install --python=python2.7
3535
- 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
@@ -44,7 +44,7 @@ RUN export CHOOSE_ROS_DISTRO=crystal && rosdep install --default-yes --from-path
4444
RUN echo "source $ROS2_WS/ros2-linux/local_setup.bash" >> $HOME/.bashrc
4545

4646
# Install nvm, Node.js and node-gyp
47-
ENV NODE_VERSION v10.15.2
47+
ENV NODE_VERSION v10.16.0
4848
RUN wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash \
4949
&& . $HOME/.nvm/nvm.sh \
5050
&& nvm install $NODE_VERSION && nvm alias default $NODE_VERSION

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"debug": "^4.0.1",
4040
"deep-equal": "^1.0.1",
4141
"dot": "^1.1.2",
42-
"fs-extra": "^7.0.0",
42+
"fs-extra": "^8.0.1",
4343
"mkdirp": "^0.5.1",
4444
"mz": "^2.6.0",
4545
"nan": "^2.8.0",

0 commit comments

Comments
 (0)