Skip to content

chore(deps): bump isomorphic-dompurify from 1.6.0 to 1.8.0 #73

chore(deps): bump isomorphic-dompurify from 1.6.0 to 1.8.0

chore(deps): bump isomorphic-dompurify from 1.6.0 to 1.8.0 #73

Workflow file for this run

Name: 'Jest'

Check failure on line 1 in .github/workflows/jest.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/jest.yml

Invalid workflow file

The workflow is not valid. .github/workflows/jest.yml (Line: 1, Col: 1): Unexpected value 'Name'
on:
push:
branches:
- main
pull_request:
branches:
- main
- dev
jobs:
jest-tests:
runs-on: ubuntu-latest
name: Unit Tests
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn install
- run: yarn test:ci