Skip to content

Bump @typescript-eslint/eslint-plugin from 8.4.0 to 8.15.0 #952

Bump @typescript-eslint/eslint-plugin from 8.4.0 to 8.15.0

Bump @typescript-eslint/eslint-plugin from 8.4.0 to 8.15.0 #952

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn build
- run: yarn test
- run: yarn lint
- run: yarn prettier --check .
- run: yarn start --test midgame --quit
- run: make test-npx-node-${{ matrix.node-version }}