Skip to content

Commit 3dbd0f4

Browse files
committed
chore: v6.0.0-beta.10 [skip ci]
1 parent 46692c3 commit 3dbd0f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
if: ${{ !matrix.docker }}
149149
uses: nick-fields/retry@v2
150150
with:
151-
timeout_minutes: 15
151+
timeout_minutes: 8
152152
max_attempts: 1
153153
command: |
154154
pnpm run clean

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zeromq",
3-
"version": "6.0.0-beta.9",
3+
"version": "6.0.0-beta.10",
44
"description": "Next-generation ZeroMQ bindings for Node.js",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)