Skip to content

feat(jsx): #264 typescript 6 support and refactor popover types #211

feat(jsx): #264 typescript 6 support and refactor popover types

feat(jsx): #264 typescript 6 support and refactor popover types #211

Workflow file for this run

name: Continuous Integration Windows (JSX)
on: [pull_request]
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
node: [22, 24]
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node }}
- name: Installing project dependencies
run: |
npm ci
- name: Test
run: |
npm run test:jsx