File tree Expand file tree Collapse file tree 3 files changed +182
-30
lines changed
Expand file tree Collapse file tree 3 files changed +182
-30
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout Code
21- uses : actions/checkout@v1
21+ uses : actions/checkout@v2
2222
2323 - name : Setup Ionic
2424 uses : coturiv/setup-ionic@v1
3333 run : ionic cordova build android --prod
3434
3535 - name : Upload artifact
36- uses : actions/upload-artifact@v1.0 .0
36+ uses : actions/upload-artifact@v2.2 .0
3737 with :
3838 name : app-debug
3939 path : ./platforms/android/app/build/outputs/apk/debug/app-debug.apk
Original file line number Diff line number Diff line change 1414 },
1515 "private" : true ,
1616 "dependencies" : {
17- "@angular/common" : " ~9.0 .0" ,
18- "@angular/core" : " ~9.0 .0" ,
19- "@angular/forms" : " ~9.0 .0" ,
20- "@angular/platform-browser" : " ~9.0 .0" ,
21- "@angular/platform-browser-dynamic" : " ~9.0 .0" ,
22- "@angular/router" : " ~9.0 .0" ,
17+ "@angular/common" : " ~10.2 .0" ,
18+ "@angular/core" : " ~10.2 .0" ,
19+ "@angular/forms" : " ~10.2 .0" ,
20+ "@angular/platform-browser" : " ~10.2 .0" ,
21+ "@angular/platform-browser-dynamic" : " ~10.2 .0" ,
22+ "@angular/router" : " ~10.2 .0" ,
2323 "@ionic-native/core" : " ^5.0.0" ,
2424 "@ionic-native/splash-screen" : " ^5.0.0" ,
2525 "@ionic-native/status-bar" : " ^5.0.0" ,
2626 "@ionic/angular" : " ^5.0.0" ,
2727 "cordova-sqlite-storage" : " ^5.0.0" ,
2828 "rxjs" : " ~6.6.0" ,
2929 "sql.js" : " ^1.1.0" ,
30- "tslib" : " ^1.10 .0" ,
30+ "tslib" : " ^2.0 .0" ,
3131 "typeorm" : " ^0.2.22" ,
3232 "zone.js" : " ~0.11.0"
3333 },
You can’t perform that action at this time.
0 commit comments