Skip to content

Bump dompurify from 3.3.1 to 3.3.3 #28

Bump dompurify from 3.3.1 to 3.3.3

Bump dompurify from 3.3.1 to 3.3.3 #28

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Check Formatting
run: npm run format:check
- name: Build check
run: npm run build