Skip to content

build(deps): bump lodash from 4.17.23 to 4.18.1 #1849

build(deps): bump lodash from 4.17.23 to 4.18.1

build(deps): bump lodash from 4.17.23 to 4.18.1 #1849

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@v6
- uses: actions/setup-node@v6
with:
cache: yarn
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn test
- run: yarn run check-git-clean