Skip to content

chore(deps): bump lodash from 4.17.23 to 4.18.1 #7617

chore(deps): bump lodash from 4.17.23 to 4.18.1

chore(deps): bump lodash from 4.17.23 to 4.18.1 #7617

Workflow file for this run

# .github/workflows/build.yml
name: Build Verification
on:
pull_request:
jobs:
build-client:
name: Build HTTP Client
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run build script
# This executes the 'build' script in your root package.json
run: npm run build