Skip to content

chore: 🔖 bump version to 1.1.2 #35

chore: 🔖 bump version to 1.1.2

chore: 🔖 bump version to 1.1.2 #35

Workflow file for this run

on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install fonttools
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run build