Skip to content

build(deps-dev): bump typescript-eslint from 8.33.1 to 8.35.1 #827

build(deps-dev): bump typescript-eslint from 8.33.1 to 8.35.1

build(deps-dev): bump typescript-eslint from 8.33.1 to 8.35.1 #827

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- name: Install Node dependencies
run: npm ci
- run: npm run lint
- run: npm run build