Skip to content

Commit

Permalink
Address CI failure for post setup node (#261)
Browse files Browse the repository at this point in the history
try suggested fix from actions/setup-node#317
  • Loading branch information
jdbocarsly committed Jan 30, 2023
1 parent 1fbacf9 commit 18ad814
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 18ad814

Please sign in to comment.