Skip to content

Commit 3afd7e4

Browse files
committed
CI: Attempted to avoid rate limiting
1 parent 915ba4c commit 3afd7e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212

1313
strategy:
14-
max-parallel: 6
14+
max-parallel: 1
1515
fail-fast: false
1616
matrix:
1717
os: [macos-latest, ubuntu-latest, windows-latest]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "revival-webclient",
3-
"version": "0.21.061513",
3+
"version": "0.21.061514",
44
"description": "Browser-based client capable of rendering networked multiplayer games using modern web technologies.",
55
"main": "main.js",
66
"homepage": "https://revivalengine.github.io/",

0 commit comments

Comments
 (0)