Skip to content

Improve triggerPinOrBiometricAuthentication method description in README.md #366

Improve triggerPinOrBiometricAuthentication method description in README.md

Improve triggerPinOrBiometricAuthentication method description in README.md #366

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
node_version: [16]
name: CI on NodeJS v${{ matrix.node_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node_version }}
- run: yarn
- run: yarn ci