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

Bump @typescript-eslint/parser from 6.20.0 to 8.3.0 #236

Bump @typescript-eslint/parser from 6.20.0 to 8.3.0

Bump @typescript-eslint/parser from 6.20.0 to 8.3.0 #236

Workflow file for this run

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