Skip to content

chore(deps): bump @types/node from 22.13.11 to 22.13.12 in the production-dependencies group #2486

chore(deps): bump @types/node from 22.13.11 to 22.13.12 in the production-dependencies group

chore(deps): bump @types/node from 22.13.11 to 22.13.12 in the production-dependencies group #2486

Workflow file for this run

name: ESLint
on:
push:
branches: [ main ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn install-all
- name: Run lint script
run: yarn lint