Skip to content

feat(mfa): passkey login + MFA setup components, shared BackLink #265

feat(mfa): passkey login + MFA setup components, shared BackLink

feat(mfa): passkey login + MFA setup components, shared BackLink #265

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['18.x', '20.x']
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Install deps
run: npm install
- name: Build
run: npm run build
- name: Type-check
run: npm run type-check