Skip to content

Bump sanitize-html from 2.7.3 to 2.12.1 #31

Bump sanitize-html from 2.7.3 to 2.12.1

Bump sanitize-html from 2.7.3 to 2.12.1 #31

Workflow file for this run

name: tests
on:
pull_request:
jobs:
build-test:
name: Building app and run our tests
runs-on: ubuntu-latest
steps:
- name: Checkout source.
uses: actions/checkout@v2
- name: Install dependencies.
run: npm ci
- name: Run tests.
run: npm test