Skip to content

chore(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.1.3 #558

chore(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.1.3

chore(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.1.3 #558

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