Skip to content

build(deps-dev): bump typescript-eslint from 8.9.0 to 8.11.0 (#417) #961

build(deps-dev): bump typescript-eslint from 8.9.0 to 8.11.0 (#417)

build(deps-dev): bump typescript-eslint from 8.9.0 to 8.11.0 (#417) #961

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build