Skip to content

feat(core): Add fiber ID handling and block main thread #23

feat(core): Add fiber ID handling and block main thread

feat(core): Add fiber ID handling and block main thread #23

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 6.10.0
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- run: pnpm install
- run: pnpm test