Skip to content

Commit

Permalink
Add workaround for actions/setup-node#317
Browse files Browse the repository at this point in the history
  • Loading branch information
jaehyeon48 committed Oct 6, 2023
1 parent e15f6ae commit c9f816f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
registry-url: ${{ env.NPM_REGISTRY_URL }}
cache: 'pnpm'
env:
# Workaround for https://github.com/actions/setup-node/issues/317
FORCE_COLOR: 0

- name: Wait for CI
uses: fountainhead/action-wait-for-check@v1.1.0
Expand Down

0 comments on commit c9f816f

Please sign in to comment.