Skip to content

build(deps-dev): bump lint-staged from 16.1.0 to 16.2.7 (#573) #883

build(deps-dev): bump lint-staged from 16.1.0 to 16.2.7 (#573)

build(deps-dev): bump lint-staged from 16.1.0 to 16.2.7 (#573) #883

Workflow file for this run

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