Skip to content

fix: bump lodash-es from 4.17.22 to 4.17.23 in the security-updates group across 1 directory #479

fix: bump lodash-es from 4.17.22 to 4.17.23 in the security-updates group across 1 directory

fix: bump lodash-es from 4.17.22 to 4.17.23 in the security-updates group across 1 directory #479

Workflow file for this run

name: Lint
on: pull_request
jobs:
run-linters:
name: Run linters
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
check-latest: true
- name: Install Node.js dependencies
run: npm ci
- name: Run eslint
run: npm run lint