Skip to content

Fix type attribute handling in polyfilledTypes function and update ch… #134

Fix type attribute handling in polyfilledTypes function and update ch…

Fix type attribute handling in polyfilledTypes function and update ch… #134

Workflow file for this run

name: Build
on:
workflow_dispatch:
push:
branches: [ main ]
jobs:
test:
name: Test
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: "24"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm test