Skip to content

Bump @tailwindcss/typography from 0.5.16 to 0.5.19 #4

Bump @tailwindcss/typography from 0.5.16 to 0.5.19

Bump @tailwindcss/typography from 0.5.16 to 0.5.19 #4

Workflow file for this run

name: CI
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Typecheck
run: pnpm typecheck
- name: Build
run: pnpm build
- name: Run tests
run: pnpm test