Skip to content

reverting to prettier 2.8.8 due to linter conflicts #196

reverting to prettier 2.8.8 due to linter conflicts

reverting to prettier 2.8.8 due to linter conflicts #196

Workflow file for this run

name: tests
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- run: npm install
- run: xvfb-run npm test
timeout-minutes: 5 # If the tests fails, the browser will hang open indefinitely