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 915ba4c commit 3afd7e4Copy full SHA for 3afd7e4
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
13
strategy:
14
- max-parallel: 6
+ max-parallel: 1
15
fail-fast: false
16
matrix:
17
os: [macos-latest, ubuntu-latest, windows-latest]
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "revival-webclient",
3
- "version": "0.21.061513",
+ "version": "0.21.061514",
4
"description": "Browser-based client capable of rendering networked multiplayer games using modern web technologies.",
5
"main": "main.js",
6
"homepage": "https://revivalengine.github.io/",
0 commit comments