Skip to content

Commit

Permalink
ci: Ignore Node version for Yarn.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 30, 2023
1 parent ba563c9 commit d8efdaf
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 @@ -12,6 +12,8 @@ jobs:
matrix:
node-version: [16, 18, 20]
fail-fast: true
env:
YARN_IGNORE_NODE: 1
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d8efdaf

Please sign in to comment.