Skip to content

Build(deps-dev): bump @types/react-helmet from 6.1.9 to 6.1.11 #881

Build(deps-dev): bump @types/react-helmet from 6.1.9 to 6.1.11

Build(deps-dev): bump @types/react-helmet from 6.1.9 to 6.1.11 #881

Workflow file for this run

name: Unit Tests
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
cache: yarn
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test --coverage false