Skip to content

Commit dc18dbf

Browse files
Merge branch 'rb_segments_test_updates' into rb_segments_add_tests
2 parents 3dab06b + 33e5ea9 commit dc18dbf

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
upload-stage:
6868
name: Upload assets
69-
runs-on: ubuntu-20.04
69+
runs-on: ubuntu-latest
7070
needs: build
7171
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/development' }}
7272
strategy:
@@ -105,7 +105,7 @@ jobs:
105105

106106
upload-prod:
107107
name: Upload assets
108-
runs-on: ubuntu-20.04
108+
runs-on: ubuntu-latest
109109
needs: build
110110
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
111111
strategy:

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"node": ">=14.0.0"
3939
},
4040
"dependencies": {
41-
"@splitsoftware/splitio-commons": "2.2.0",
41+
"@splitsoftware/splitio-commons": "2.2.1-rc.1",
4242
"bloom-filters": "^3.0.4",
4343
"ioredis": "^4.28.0",
4444
"js-yaml": "^3.13.1",

0 commit comments

Comments
 (0)