Skip to content

build(deps-dev): bump lodash from 4.17.23 to 4.18.1 #77

build(deps-dev): bump lodash from 4.17.23 to 4.18.1

build(deps-dev): bump lodash from 4.17.23 to 4.18.1 #77

Workflow file for this run

name: build
on:
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run build --if-present
- uses: pre-commit/action@v3.0.1
with:
extra_args: --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.sha }}