Skip to content

Commit

Permalink
ci: workaround for actions/setup-node bug
Browse files Browse the repository at this point in the history
  • Loading branch information
danielattilasimon committed May 6, 2022
1 parent 97dabec commit b722d85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
with:
node-version: 16
cache: yarn
env:
# Workaround for https://github.com/actions/setup-node/issues/317
FORCE_COLOR: 0

- name: Install dependencies & generate typings
working-directory: LUSDChickenBonds/bindings
Expand Down

0 comments on commit b722d85

Please sign in to comment.