Skip to content

v0.1.8: ChatWidget font size inheritance fix #20

v0.1.8: ChatWidget font size inheritance fix

v0.1.8: ChatWidget font size inheritance fix #20

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
steps:
- uses: actions/checkout@v4
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Typecheck
run: npm run typecheck