Skip to content

Commit

Permalink
ci: fix job (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Nov 12, 2024
1 parent 698efb6 commit bb27488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
needs:
- prepare
name: ${{ matrix.node-version == 20 && format('test ({0})', matrix.os) || format('test ({0}, node-{1})', matrix.os, matrix.node-version) }}
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

# tests shouldn't need more time
timeout-minutes: 30
Expand Down

0 comments on commit bb27488

Please sign in to comment.