Skip to content

Bump @typescript-eslint/parser from 6.18.0 to 6.19.1 #103

Bump @typescript-eslint/parser from 6.18.0 to 6.19.1

Bump @typescript-eslint/parser from 6.18.0 to 6.19.1 #103

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install
run: npm ci
- name: Test
run: npm run test
env:
CI: true