Skip to content

Refactor _NON_BUBBLING to use Set for improved membership testing #299

Refactor _NON_BUBBLING to use Set for improved membership testing

Refactor _NON_BUBBLING to use Set for improved membership testing #299

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches: [main]
paths:
- 'packages/**'
- 'package.json'
- 'package-lock.json'
- 'tsconfig*.json'
push:
branches: [main]
workflow_dispatch:
concurrency:
group: unit-tests-${{ github.head_ref || github.ref }}
cancel-in-progress: true
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run build
- run: npm test