Skip to content

Bump @typescript-eslint/eslint-plugin from 8.26.0 to 8.32.1 #1810

Bump @typescript-eslint/eslint-plugin from 8.26.0 to 8.32.1

Bump @typescript-eslint/eslint-plugin from 8.26.0 to 8.32.1 #1810

Workflow file for this run

name: Node Continuous Integration
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
with:
version: 8.15.6
- uses: actions/setup-node@v4
with:
node-version: 20
- run: pnpm install
- run: pnpm test