Skip to content

Bump dompurify from 3.2.4 to 3.3.2 #43977

Bump dompurify from 3.2.4 to 3.3.2

Bump dompurify from 3.2.4 to 3.3.2 #43977

Workflow file for this run

name: DCR typescript 🕵‍♀
on:
push:
paths-ignore:
- 'dotcom-rendering/docs/**'
jobs:
typescript:
name: Typescript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Node environment
uses: ./.github/actions/setup-node-env
- name: Check typescript
run: pnpm tsc
working-directory: dotcom-rendering