Skip to content

Bump @typescript-eslint/parser from 5.57.1 to 5.61.0 #4187

Bump @typescript-eslint/parser from 5.57.1 to 5.61.0

Bump @typescript-eslint/parser from 5.57.1 to 5.61.0 #4187

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm install
- run: npm run lint
- run: npm run build --if-present
- name: Run Headless Test
uses: GabrielBB/xvfb-action@v1.6
with:
run: npm test