Skip to content

fix(handler-abort): handle when fetchOptions is undefined (#8) #12

fix(handler-abort): handle when fetchOptions is undefined (#8)

fix(handler-abort): handle when fetchOptions is undefined (#8) #12

Workflow file for this run

---
name: Build
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'yarn'
- name: yarn
run: yarn install --frozen-lockfile
- name: build
run: yarn build