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:
Devin Binnie
2022-07-15 12:21:48 -04:00
committed by GitHub
parent 2618abe822
commit d4c99c27c3
3 changed files with 14 additions and 161 deletions

View File

@@ -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