Skip to content

Commit

Permalink
feat: expose max batch size option (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored Jun 21, 2024
1 parent 1b64528 commit 05617d2
Show file tree
Hide file tree
Showing 6 changed files with 1,577 additions and 1,254 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.3
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
uses: actions/checkout@v3
if: ${{ steps.release.outputs.release_created }}
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.3
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
if: ${{ steps.release.outputs.release_created }}
- name: Setup Node
uses: actions/setup-node@v3
Expand Down
Loading

0 comments on commit 05617d2

Please sign in to comment.