Skip to content

Bump dompurify from 2.4.0 to 2.5.4 #194

Bump dompurify from 2.4.0 to 2.5.4

Bump dompurify from 2.4.0 to 2.5.4 #194

Workflow file for this run

name: Build
on: ["push", "pull_request"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install --dd
- name: Run eslint
run: npm run test:lint
- name: Run jest
run: npm run test