Skip to content

chore(deps-dev): Bump eslint from 9.39.2 to 10.1.0 (#789) #1042

chore(deps-dev): Bump eslint from 9.39.2 to 10.1.0 (#789)

chore(deps-dev): Bump eslint from 9.39.2 to 10.1.0 (#789) #1042

Workflow file for this run

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