Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Bump @typescript-eslint/parser from 7.3.1 to 7.4.0 #4

Bump @typescript-eslint/parser from 7.3.1 to 7.4.0

Bump @typescript-eslint/parser from 7.3.1 to 7.4.0 #4

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test