Skip to content

Commit

Permalink
Use specific version and never upgrade
Browse files Browse the repository at this point in the history
To make sure the CI never uses a different version of node, I've removed the upgrade command
  • Loading branch information
iAmWillShepherd committed Oct 23, 2017
1 parent 1a28193 commit 586c198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- "~/.electron"

pre:
- brew install node || brew upgrade node
- brew install node@8.7.0
- npm install -g yarn@1.2.1

override:
Expand Down

0 comments on commit 586c198

Please sign in to comment.