Skip to content

Bump dompurify from 3.0.9 to 3.1.3 #253

Bump dompurify from 3.0.9 to 3.1.3

Bump dompurify from 3.0.9 to 3.1.3 #253

Workflow file for this run

name: Test
on:
push:
jobs:
lint:
name: Run Linters and TSC
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
- run: pnpm run type-check