Skip to content

fix: #282 harden src/jsx-loader.js — 8 JSX + inferred-observability defects #221

fix: #282 harden src/jsx-loader.js — 8 JSX + inferred-observability defects

fix: #282 harden src/jsx-loader.js — 8 JSX + inferred-observability defects #221

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