File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 runs-on : macos-latest
1515 strategy :
1616 matrix :
17- node-version : [15 .x]
17+ node-version : [18 .x]
1818 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1919 steps :
2020 - name : Checkout
3030 runs-on : macos-11
3131 strategy :
3232 matrix :
33- node-version : [15 .x]
33+ node-version : [18 .x]
3434 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3535
3636 steps :
5858 runs-on : macos-latest
5959 strategy :
6060 matrix :
61- node-version : [15 .x]
61+ node-version : [18 .x]
6262 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
6363 steps :
6464 - name : Checkout
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919 s . pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
2020
2121 s . dependency "React"
22- s . dependency "Mixpanel-swift" , '3.2.5 '
22+ s . dependency "Mixpanel-swift" , '3.2.6 '
2323end
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ repositories {
3434
3535dependencies {
3636 implementation ' com.facebook.react:react-native:+'
37- implementation ' com.mixpanel.android:mixpanel-android:6.2.1 '
37+ implementation ' com.mixpanel.android:mixpanel-android:6.2.2 '
3838}
You can’t perform that action at this time.
0 commit comments