Skip to content

fix: add globalFetch support and update ApiOptions type for fetch client #67

fix: add globalFetch support and update ApiOptions type for fetch client

fix: add globalFetch support and update ApiOptions type for fetch client #67

Workflow file for this run

name: Continuous Releases
on: [push, pull_request]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v4
with:
run_install: true
- name: Compile
run: pnpm build
- name: Release
run: pnpm dlx pkg-pr-new publish