Skip to content

Commit

Permalink
Fix release build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
laverdet committed May 21, 2024
1 parent 651746b commit f7948b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-latest, windows-latest]
node-version: [ 18.x, 20.x, 22.x ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f7948b2

Please sign in to comment.