Skip to content

Bump dompurify from 2.3.8 to 2.5.6 #940

Bump dompurify from 2.3.8 to 2.5.6

Bump dompurify from 2.3.8 to 2.5.6 #940

Workflow file for this run

name: Build
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '16.x'
- name: Build
run: |
yarn
yarn build
- name: Test
run: yarn jest