Skip to content

Commit a81a954

Browse files
ci: update some Github Actions
1 parent 4be67f4 commit a81a954

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: 12
18+
node-version: 14.19.0
1919

2020
- name: Install Node Packages
2121
run: npm ci
@@ -42,7 +42,7 @@ jobs:
4242
alias: ${{ secrets.ANDROID_KEYSTORE_ALIAS }}
4343

4444
- name: Upload Google Play
45-
uses: r0adkll/upload-google-play@v1
45+
uses: r0adkll/upload-google-play@v1.0.15
4646
with:
4747
serviceAccountJsonPlainText: ${{ secrets.ANDROID_SERVICE_ACCOUNT_JSON }}
4848
packageName: com.cowboysysop.roue_emotions
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup Node
5959
uses: actions/setup-node@v1
6060
with:
61-
node-version: 12
61+
node-version: 14.19.0
6262

6363
- name: Install Node Packages
6464
run: npm ci
@@ -87,7 +87,7 @@ jobs:
8787
- name: Setup Node
8888
uses: actions/setup-node@v1
8989
with:
90-
node-version: 12
90+
node-version: 14.19.0
9191

9292
- name: Install Node Packages
9393
run: npm ci

0 commit comments

Comments
 (0)