Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit c68b911

Browse files
authoredJul 20, 2018
revert to 5.8
[skip ci]
1 parent 122bf70 commit c68b911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
sudo apt-get update -y
3636
sudo apt-get install g++-4.8 -y
3737
- run:
38-
name: Install node-6.8.0
38+
name: Install node-5.8.0
3939
command: |
4040
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | sudo bash
4141
source ~/.bashrc
42-
nvm install 6.8.0
42+
nvm install 5.8.0
4343
node --version
4444
npm --version
4545
nvm --version

0 commit comments

Comments
 (0)