Skip to content

build(deps-dev): bump @typescript-eslint/parser from 7.18.0 to 8.10.0 #450

build(deps-dev): bump @typescript-eslint/parser from 7.18.0 to 8.10.0

build(deps-dev): bump @typescript-eslint/parser from 7.18.0 to 8.10.0 #450

Workflow file for this run

name: Run tests on Pull Request or Push
on:
push:
branches:
- main
pull_request:
branches:
- main
types:
- opened
- synchronize
- ready_for_review
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 19.x, 20.x, 21.x, 22.x]
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
run_install: false
- name: Install pnpm dependencies
run: pnpm install
- name: Run test against code
run: pnpm run test