Skip to content

chore: add @ts-ignore for access private method #2

chore: add @ts-ignore for access private method

chore: add @ts-ignore for access private method #2

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: ['22.x']
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
- name: Install Dependencies
run: npm install
- name: Lint
run: npm run lint