Skip to content

Bump @typescript-eslint/parser from 7.10.0 to 7.11.0 #2059

Bump @typescript-eslint/parser from 7.10.0 to 7.11.0

Bump @typescript-eslint/parser from 7.10.0 to 7.11.0 #2059

Workflow file for this run

name: Test Changes
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
steps:
- name: Clone Repository
uses: actions/checkout@v3
- name: Setup Node version
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- run: npm run build
- name: Run tests
run: npm test