From 30d9735a05e616df7a657a5bd9918e87a5eb2909 Mon Sep 17 00:00:00 2001 From: Dzmitry Hutaryan Date: Sat, 7 Sep 2024 16:08:07 +0200 Subject: [PATCH] fix(timepicker): flaky failed tests --- .github/workflows/tests.yml | 2 +- projects/mat-timepicker/themes/m2/_theme.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c4f768..435ecb4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/projects/mat-timepicker/themes/m2/_theme.scss b/projects/mat-timepicker/themes/m2/_theme.scss index 39b6ad2..65214ab 100644 --- a/projects/mat-timepicker/themes/m2/_theme.scss +++ b/projects/mat-timepicker/themes/m2/_theme.scss @@ -18,6 +18,6 @@ @include typography.m2-typography($typography); } @else { $typography: mat.m2-define-typography-config(); - @include typography.m2-typography($typography); + @include typography($typography); } }