Skip to content

Bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.3.0 #33

Bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.3.0

Bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.3.0 #33

Workflow file for this run

name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4.0.0
with:
version: latest
- run: pnpm i
- run: pnpm run build