Skip to content

AbortSignal support #45

AbortSignal support

AbortSignal support #45

name: PR Branch Build and Test
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
- name: Build and Test
run: |
yarn
yarn lint
yarn test
yarn build