Skip to content

Bump @typescript-eslint/parser from 7.10.0 to 7.14.1 #83

Bump @typescript-eslint/parser from 7.10.0 to 7.14.1

Bump @typescript-eslint/parser from 7.10.0 to 7.14.1 #83

Workflow file for this run

name: CI
on:
push:
branches:
- master
tags:
- '*'
pull_request:
branches:
- master
permissions:
contents: read
jobs:
test:
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node_version: [lts/*]
os: [ubuntu-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 i
- run: npm test