Skip to content

build(deps-dev): bump eslint from 8.57.1 to 9.13.0 in the eslint group across 1 directory #1488

build(deps-dev): bump eslint from 8.57.1 to 9.13.0 in the eslint group across 1 directory

build(deps-dev): bump eslint from 8.57.1 to 9.13.0 in the eslint group across 1 directory #1488

Workflow file for this run

name: Node CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: yarn
- run: yarn install
- run: yarn run lint