Skip to content

Bump express from 4.18.2 to 4.19.2 #177

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #177

Workflow file for this run

name: Tests CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js v20 on ubuntu-latest
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Running tests
run: npm run test