Skip to content

fix(mfa): remove misleading Back link from post-signup MFA setup #289

fix(mfa): remove misleading Back link from post-signup MFA setup

fix(mfa): remove misleading Back link from post-signup MFA setup #289

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