Skip to content

Commit

Permalink
ci: update some Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-prudhomme committed Mar 3, 2022
1 parent 4be67f4 commit a81a954
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14.19.0

- name: Install Node Packages
run: npm ci
Expand All @@ -42,7 +42,7 @@ jobs:
alias: ${{ secrets.ANDROID_KEYSTORE_ALIAS }}

- name: Upload Google Play
uses: r0adkll/upload-google-play@v1
uses: r0adkll/upload-google-play@v1.0.15
with:
serviceAccountJsonPlainText: ${{ secrets.ANDROID_SERVICE_ACCOUNT_JSON }}
packageName: com.cowboysysop.roue_emotions
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14.19.0

- name: Install Node Packages
run: npm ci
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14.19.0

- name: Install Node Packages
run: npm ci
Expand Down

0 comments on commit a81a954

Please sign in to comment.