Skip to content

Commit 728eae5

Browse files
committed
Fix GHA to use latest alpha version of bloom-player for alpha builds
1 parent 2e11f11 commit 728eae5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
if [ "${{ github.ref }}" == "refs/heads/master" ]; then
22-
yarn upgrade bloom-player --network-timeout 1000000000
22+
yarn upgrade bloom-player@alpha --network-timeout 1000000000
2323
else
2424
yarn install --frozen-lockfile --network-timeout 1000000000
2525
fi

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"@typescript-eslint/parser": "^5.38.0",
115115
"@vitejs/plugin-react": "^4.3.3",
116116
"async-retry": "^1.3.1",
117-
"bloom-player": "^2.11.0-alpha.0",
117+
"bloom-player": "^2.15.0-alpha.1",
118118
"concurrently": "^5.1.0",
119119
"decompress": "^4.2.1",
120120
"download": "^8.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3683,10 +3683,10 @@ bl@^1.0.0:
36833683
readable-stream "^2.3.5"
36843684
safe-buffer "^5.1.1"
36853685

3686-
bloom-player@^2.11.0-alpha.0:
3687-
version "2.13.2"
3688-
resolved "https://registry.yarnpkg.com/bloom-player/-/bloom-player-2.13.2.tgz#259e3ea582ff98c4d42a258feca395fe08e22b1c"
3689-
integrity sha512-jp/Ug850Bw9ChKyfCoh3OFzwzFMhitX8lffVNl7hGsLcVGca39rgUtVc+cS8Xie7wkD60DKWbVcsAG5/7gOCWg==
3686+
bloom-player@^2.15.0-alpha.1:
3687+
version "2.15.0-alpha.1"
3688+
resolved "https://registry.yarnpkg.com/bloom-player/-/bloom-player-2.15.0-alpha.1.tgz#89d6aea49b9a52a1d513437567f687321fc2958b"
3689+
integrity sha512-8dc0Pfz1GWieb6P1oG3sJMoNNipt2DvYQOPERjZNUrb3BdklSm8AVDrWs34JPdCyW2fXjLIDMp501XVzDMTyyQ==
36903690

36913691
body-parser@1.20.3:
36923692
version "1.20.3"

0 commit comments

Comments
 (0)