Skip to content

chore(deps-dev): bump eslint from 9.17.0 to 9.18.0 #137

chore(deps-dev): bump eslint from 9.17.0 to 9.18.0

chore(deps-dev): bump eslint from 9.17.0 to 9.18.0 #137

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
- name: install
run: npm ci
- name: lint
run: npm run lint
- name: build
run: npm run build
- name: test
run: xvfb-run --auto-servernum npm test