Skip to content

Bump @types/node from 20.12.13 to 20.14.2 #69

Bump @types/node from 20.12.13 to 20.14.2

Bump @types/node from 20.12.13 to 20.14.2 #69

Workflow file for this run

name: "Tag & Deploy Action"
on:
push:
branches:
- master
paths-ignore:
- "**.md"
- "**.yml"
pull_request:
branches:
- master
paths-ignore:
- "**.md"
jobs:
test:
runs-on: ubuntu-latest
name: Test action
steps:
- uses: actions/checkout@v3
name: Checkout code
- name: Run tests
run: npm run test
- uses: pCYSl5EDgo/[email protected]
name: Cat for GitHub Actions
id: get_key
with:
path: __tests__/test_key_b64.txt
- uses: ./
name: Sign APK
with:
releaseDirectory: __tests__/apk
signingKeyBase64: ${{ steps.get_key.outputs.text }}
alias: test_key
keyStorePassword: android
keyPassword: android
- uses: ./
name: Sign AAB
with:
releaseDirectory: __tests__/aab
signingKeyBase64: ${{ steps.get_key.outputs.text }}
alias: test_key
keyStorePassword: android
keyPassword: android