Skip to content

fix: updated versions for android and ios SDK & modified README #7

fix: updated versions for android and ios SDK & modified README

fix: updated versions for android and ios SDK & modified README #7

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
types:
- opened
- reopened
- edited
- synchronize
jobs:
build-on-pr:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: ${{ github.event.pull_request.commits }}
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: "https://registry.npmjs.org"
- name: Install dependencies
run: npm ci