Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 7.11.0 to 7.12.0 #913

chore(deps-dev): bump @typescript-eslint/parser from 7.11.0 to 7.12.0

chore(deps-dev): bump @typescript-eslint/parser from 7.11.0 to 7.12.0 #913

Workflow file for this run

name: Node.js CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 21, latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: npm run lint
- run: npm run test
env:
CI: true