Skip to content

Commit

Permalink
Merge pull request #281 from intercom/dalecantwell/update-ci
Browse files Browse the repository at this point in the history
Update node version
  • Loading branch information
liutingdu authored Nov 5, 2019
2 parents a57dbda + 8128682 commit ce279bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- run:
name: Install node/npm
command: |
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt install -y nodejs
- run:
name: Install gradle
Expand All @@ -67,7 +67,7 @@ jobs:
- run:
name: Install node/npm
command: |
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
sudo apt install -y nodejs
- run:
name: Publish to npm
Expand Down

0 comments on commit ce279bb

Please sign in to comment.