We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46692c3 commit 3dbd0f4Copy full SHA for 3dbd0f4
.github/workflows/CI.yml
@@ -148,7 +148,7 @@ jobs:
148
if: ${{ !matrix.docker }}
149
uses: nick-fields/retry@v2
150
with:
151
- timeout_minutes: 15
+ timeout_minutes: 8
152
max_attempts: 1
153
command: |
154
pnpm run clean
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zeromq",
3
- "version": "6.0.0-beta.9",
+ "version": "6.0.0-beta.10",
4
"description": "Next-generation ZeroMQ bindings for Node.js",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
0 commit comments