Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 8.4.0 to 8.8.0 #2149

chore(deps-dev): bump @typescript-eslint/parser from 8.4.0 to 8.8.0

chore(deps-dev): bump @typescript-eslint/parser from 8.4.0 to 8.8.0 #2149

Workflow file for this run

name: Test
on:
pull_request:
push:
branches-ignore:
- release
jobs:
build:
name: Node.js CI
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
node-version: ['18', '20', '22']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build:lib
- run: npm test
- run: npm run build:pages