Skip to content

Commit

Permalink
ci: update typecheck to not use matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Aug 17, 2024
1 parent 45bb4aa commit e501fc7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,5 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

typecheck:
name: Typecheck node v${{ matrix.node }}
strategy:
fail-fast: false
matrix:
node: [18, 19, 20, 21, 22]
name: Typecheck
uses: sapphiredev/.github/.github/workflows/reusable-typecheck.yml@main
with:
node-version: ${{ matrix.node }}

0 comments on commit e501fc7

Please sign in to comment.