Fix mac nightly build (#2198)
* Update mmjstool * REVERT ME * Now try this * Upgrade node properly * More package fixes * Re-revert
This commit is contained in:
@@ -281,7 +281,7 @@ jobs:
|
||||
- run: brew install yq
|
||||
- run:
|
||||
name: Update node to v16
|
||||
command: brew upgrade node || true
|
||||
command: nvm install --lts && nvm use --lts
|
||||
- run:
|
||||
name: Installing npm dependencies
|
||||
command: npm ci
|
||||
@@ -330,7 +330,7 @@ jobs:
|
||||
at: ./build
|
||||
- run:
|
||||
name: Update node to v16
|
||||
command: brew upgrade node || true
|
||||
command: nvm install --lts && nvm use --lts
|
||||
- run:
|
||||
name: Install yq
|
||||
command: brew install yq
|
||||
@@ -365,7 +365,7 @@ jobs:
|
||||
at: ./build
|
||||
- run:
|
||||
name: Update node to v16
|
||||
command: brew upgrade node || true
|
||||
command: nvm install --lts && nvm use --lts
|
||||
- run:
|
||||
name: Install yq
|
||||
command: brew install yq
|
||||
|
Reference in New Issue
Block a user