Skip to content

chore: bump @typescript-eslint/parser from 6.4.1 to 7.7.1 #105

chore: bump @typescript-eslint/parser from 6.4.1 to 7.7.1

chore: bump @typescript-eslint/parser from 6.4.1 to 7.7.1 #105

Workflow file for this run

name: Test CI
on:
push:
branches:
- master
pull_request:
paths-ignore:
- "*.md"
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: ['16', '18', '20']
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test