Skip to content

fix: update heading 2 to regular weight #137

fix: update heading 2 to regular weight

fix: update heading 2 to regular weight #137

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: actions/setup-node@v2
with:
node-version: '20.x'
- name: Install dependencies
run: |
npm ci
- name: Run build
run: |
npm run build