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 0a9636a
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: ""

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

0 comments on commit 0a9636a

Please sign in to comment.