Skip to content

Bump @typescript-eslint/parser from 8.21.0 to 8.22.0 #35

Bump @typescript-eslint/parser from 8.21.0 to 8.22.0

Bump @typescript-eslint/parser from 8.21.0 to 8.22.0 #35

Workflow file for this run

name: test
on:
push:
branches:
- 'main'
- 'feature/**'
pull_request:
branches:
- 'main'
jobs:
test:
strategy:
matrix:
platform:
- 'ubuntu-latest'
# - 'macos-latest'
# - 'windows-latest'
node-version:
- '22.12.0'
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # to retrieve git tags
- uses: pnpm/action-setup@v4
with:
version: 9.15.2
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Run CI tests
shell: bash
run: |
make ci-test