Skip to content

Bump lodash from 4.17.21 to 4.17.23 #19

Bump lodash from 4.17.21 to 4.17.23

Bump lodash from 4.17.21 to 4.17.23 #19

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [main]
jobs:
pr-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run checks
shell: bash
run: ./scripts/checks.sh