Browse Source

chore: Test dashboard build on Windows

Michael Bromley 6 months ago
parent
commit
53980303af
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/build_test_dashboard.yml

+ 2 - 2
.github/workflows/build_test_dashboard.yml

@@ -41,8 +41,8 @@ jobs:
         runs-on: ${{ matrix.os }}
         strategy:
             matrix:
-                os: [ubuntu-latest]
-                node-version: [20.x, 22.x, 24.x]
+                os: [ubuntu-latest, windows-latest]
+                node-version: [22.x, 24.x]
             fail-fast: false
         steps:
             - uses: actions/checkout@v4