Skip to content

Fix NotificationCenter stale entries and ScoreLibrary toggle icon aft… #161

Fix NotificationCenter stale entries and ScoreLibrary toggle icon aft…

Fix NotificationCenter stale entries and ScoreLibrary toggle icon aft… #161

name: Build & Test on Windows
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
node-version: [24.x, 25.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test