Skip to content

chore(deps): update dependency @types/lodash to ^4.17.25 (#472) #2066

chore(deps): update dependency @types/lodash to ^4.17.25 (#472)

chore(deps): update dependency @types/lodash to ^4.17.25 (#472) #2066

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: main
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn test
- run: yarn run check-git-clean