Skip to content

refactor (server): split Router.ts into 6 files, introduce RequestCon… #160

refactor (server): split Router.ts into 6 files, introduce RequestCon…

refactor (server): split Router.ts into 6 files, introduce RequestCon… #160

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