Skip to content

build(deps-dev): bump eslint from 9.28.0 to 9.30.0 #818

build(deps-dev): bump eslint from 9.28.0 to 9.30.0

build(deps-dev): bump eslint from 9.28.0 to 9.30.0 #818

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