Skip to content

Bump @typescript-eslint/eslint-plugin from 6.18.1 to 6.19.0 #100

Bump @typescript-eslint/eslint-plugin from 6.18.1 to 6.19.0

Bump @typescript-eslint/eslint-plugin from 6.18.1 to 6.19.0 #100

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