Skip to content
This repository was archived by the owner on Sep 4, 2026. It is now read-only.

Bump @typescript-eslint/parser from 6.8.0 to 8.59.0 #36

Bump @typescript-eslint/parser from 6.8.0 to 8.59.0

Bump @typescript-eslint/parser from 6.8.0 to 8.59.0 #36

name: Build and Test Checks
on: [pull_request]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm ci
- run: npm run build
- run: npm test