Skip to content

devdeps: bump @types/lodash from 4.17.7 to 4.17.9 #2281

devdeps: bump @types/lodash from 4.17.7 to 4.17.9

devdeps: bump @types/lodash from 4.17.7 to 4.17.9 #2281

Workflow file for this run

name: eslint
on: [pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v4"
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- name: Install packages
run: "yarn install"
- name: Run eslint
run: "yarn eslint"