File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
- name : Setup Node
16
16
uses : actions/setup-node@v1
17
17
with :
18
- node-version : 12
18
+ node-version : 14.19.0
19
19
20
20
- name : Install Node Packages
21
21
run : npm ci
42
42
alias : ${{ secrets.ANDROID_KEYSTORE_ALIAS }}
43
43
44
44
- name : Upload Google Play
45
- uses : r0adkll/upload-google-play@v1
45
+ uses : r0adkll/upload-google-play@v1.0.15
46
46
with :
47
47
serviceAccountJsonPlainText : ${{ secrets.ANDROID_SERVICE_ACCOUNT_JSON }}
48
48
packageName : com.cowboysysop.roue_emotions
58
58
- name : Setup Node
59
59
uses : actions/setup-node@v1
60
60
with :
61
- node-version : 12
61
+ node-version : 14.19.0
62
62
63
63
- name : Install Node Packages
64
64
run : npm ci
87
87
- name : Setup Node
88
88
uses : actions/setup-node@v1
89
89
with :
90
- node-version : 12
90
+ node-version : 14.19.0
91
91
92
92
- name : Install Node Packages
93
93
run : npm ci
You can’t perform that action at this time.
0 commit comments