Skip to content

Roll our own isGeneratorFunction that works in Node and browsers #416

Roll our own isGeneratorFunction that works in Node and browsers

Roll our own isGeneratorFunction that works in Node and browsers #416

Workflow file for this run

name: Ursa CI
on: [ push, pull_request ]
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run test-all