Skip to content

chore(deps): bump lodash from 4.17.21 to 4.17.23 #77

chore(deps): bump lodash from 4.17.21 to 4.17.23

chore(deps): bump lodash from 4.17.21 to 4.17.23 #77

Workflow file for this run

name: Checks
on: [pull_request, push]
jobs:
Checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: yarn install
- run: yarn build
- run: yarn check-types
- run: yarn lint