Skip to content

Commit

Permalink
chore: v6.0.0-beta.10 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 17, 2022
1 parent 46692c3 commit 3dbd0f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
if: ${{ !matrix.docker }}
uses: nick-fields/retry@v2
with:
timeout_minutes: 15
timeout_minutes: 8
max_attempts: 1
command: |
pnpm run clean
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zeromq",
"version": "6.0.0-beta.9",
"version": "6.0.0-beta.10",
"description": "Next-generation ZeroMQ bindings for Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 3dbd0f4

Please sign in to comment.