diff --git a/.github/workflows/bindings.yml b/.github/workflows/bindings.yml index b3677ce4..9d161e58 100644 --- a/.github/workflows/bindings.yml +++ b/.github/workflows/bindings.yml @@ -42,6 +42,9 @@ jobs: with: node-version: 16 cache: yarn + env: + # Workaround for https://github.com/actions/setup-node/issues/317 + FORCE_COLOR: "" - name: Install dependencies & generate typings working-directory: LUSDChickenBonds/bindings