Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 8.7.0 to 8.8.0 (… #753

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

chore(deps-dev): bump @typescript-eslint/parser from 8.7.0 to 8.8.0 (… #753

Workflow file for this run

name: test
on:
push:
branches:
- main
- 'releases/v*'
pull_request:
jobs:
run-action:
name: Run action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build