We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf495e commit 96fb8e6Copy full SHA for 96fb8e6
.circleci/config.yml
@@ -2,11 +2,10 @@ version: 2
2
jobs:
3
build:
4
macos:
5
- xcode: "9.1.0"
+ xcode: "11.3.1"
6
steps:
7
- checkout
8
- - run: brew upgrade npm
9
- - run: brew install caskroom/cask/firefox caskroom/cask/google-chrome
+ - run: brew cask install firefox google-chrome
10
- run: node --version
11
- run: npm --version
12
- restore_cache:
0 commit comments