Skip to content

Bump express from 4.19.2 to 4.21.0 #208

Bump express from 4.19.2 to 4.21.0

Bump express from 4.19.2 to 4.21.0 #208

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