Skip to content

build(deps): bump dompurify from 3.2.6 to 3.2.7 #2125

build(deps): bump dompurify from 3.2.6 to 3.2.7

build(deps): bump dompurify from 3.2.6 to 3.2.7 #2125

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn lint
- run: yarn test
- uses: browser-actions/setup-firefox@latest
with:
firefox-version: latest-devedition
- run: yarn test:e2e