Skip to content

build(deps): bump express from 4.19.2 to 4.21.0 #18

build(deps): bump express from 4.19.2 to 4.21.0

build(deps): bump express from 4.19.2 to 4.21.0 #18

Workflow file for this run

name: CI Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '22'
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm install
- name: Tests
run: npm test