Skip to content

Bump dompurify from 3.4.4 to 3.4.7 in the npm_and_yarn group across 1 directory #670

Bump dompurify from 3.4.4 to 3.4.7 in the npm_and_yarn group across 1 directory

Bump dompurify from 3.4.4 to 3.4.7 in the npm_and_yarn group across 1 directory #670

Workflow file for this run

name: build
permissions: {}
on:
workflow_dispatch:
pull_request:
jobs:
build:
name: Build
runs-on: depot-ubuntu-24.04-arm-8
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Prepare
uses: actions/setup-node@v5
with:
node-version: 24
cache: "npm"
- name: Install
run: npm ci
- name: Check formatting
run: npm run format:check
- name: Type check
run: npm run check
- name: Build
run: npm run build