Skip to content

Commit

Permalink
fix(ci): version of node in macos an windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoTomeES committed Nov 5, 2023
1 parent bbfdad0 commit e736a68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
NODE_VERSION: [18, 20]
include:
- os: macos-latest
NODE_VERSION: 20
- os: windows-latest
NODE_VERSION: 20
fail-fast: false
env:
NODE_VERSION: ${{ matrix.NODE_VERSION }}
Expand Down

0 comments on commit e736a68

Please sign in to comment.