Skip to content

feat!: add AbortSignal, Symbol.asyncDispose and fail-fast error handling (v2.0.0) #390

feat!: add AbortSignal, Symbol.asyncDispose and fail-fast error handling (v2.0.0)

feat!: add AbortSignal, Symbol.asyncDispose and fail-fast error handling (v2.0.0) #390

Workflow file for this run

name: Node CI
on:
push:
branches:
- main
tags:
- '*'
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
uses: voxpelli/ghatemplates/.github/workflows/test.yml@main
with:
node-versions: '22,24'