Skip to content

Commit

Permalink
Merge pull request #279 from intercom/liuting/fix_ci_publish
Browse files Browse the repository at this point in the history
Fix CI for the publish job
  • Loading branch information
liutingdu authored Sep 6, 2019
2 parents 2904235 + f27a509 commit e711409
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 @@ -67,8 +67,8 @@ jobs:
- run:
name: Install node/npm
command: |
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt install -y nodejs
- run:
name: Publish to npm
command: |
Expand Down

0 comments on commit e711409

Please sign in to comment.