Skip to content

chore(deps): bump @typescript-eslint/parser from 6.13.2 to 6.14.0 #668

chore(deps): bump @typescript-eslint/parser from 6.13.2 to 6.14.0

chore(deps): bump @typescript-eslint/parser from 6.13.2 to 6.14.0 #668

Workflow file for this run

env:
CI: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
ref: ${{github.head_ref}}
- name: Use Node.js lts
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: bash ./scripts/ci/setup.sh
- run: bash ./scripts/ci/test.sh
name: Verify PR
on: pull_request_target