Skip to content

Commit

Permalink
fix(timepicker): flaky failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dhutaryan committed Sep 7, 2024
1 parent 6fb77fc commit 30d9735
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.9.x]
node-version: [22.x.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion projects/mat-timepicker/themes/m2/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
@include typography.m2-typography($typography);
} @else {
$typography: mat.m2-define-typography-config();
@include typography.m2-typography($typography);
@include typography($typography);
}
}

0 comments on commit 30d9735

Please sign in to comment.