Skip to content

Commit

Permalink
try suggested fix from actions/setup-node#317
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbocarsly committed Jan 29, 2023
1 parent 1fbacf9 commit 9470a4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:

- name: Set up Node
uses: actions/setup-node@v3
env:
FORCE_COLOR: 0
with:
node-version: "16.15.0"
cache: "yarn"
Expand Down

0 comments on commit 9470a4e

Please sign in to comment.