Skip to content

build(deps-dev): bump @typescript-eslint/parser from 8.42.0 to 8.46.0 #585

build(deps-dev): bump @typescript-eslint/parser from 8.42.0 to 8.46.0

build(deps-dev): bump @typescript-eslint/parser from 8.42.0 to 8.46.0 #585

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build Project
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: 'latest'
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Install dependencies
run: npm install
- name: Build project
run: npm run build