Skip to content

Commit

Permalink
feat: configure max batch size (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored Jun 21, 2024
1 parent 4588546 commit 237d178
Show file tree
Hide file tree
Showing 5 changed files with 2,928 additions and 2,326 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
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,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 Expand Up @@ -46,9 +46,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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@web3-storage/gateway-lib": "^5.0.1",
"@web3-storage/public-bucket": "^1.1.0"
"@web3-storage/public-bucket": "^1.2.0"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 237d178

Please sign in to comment.