Skip to content

chore(deps-dev): bump eslint from 8.52.0 to 9.2.0 #604

chore(deps-dev): bump eslint from 8.52.0 to 9.2.0

chore(deps-dev): bump eslint from 8.52.0 to 9.2.0 #604

Workflow file for this run

name: Builds, tests & co
on:
- push
- pull_request
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v4
- name: Set-up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
check-latest: true
- name: Install npm packages
run: npm ci --ignore-scripts
- name: Run the tests
run: npm run test-all