Skip to content

chore(deps): bump express from 4.18.3 to 4.19.2 #3422

chore(deps): bump express from 4.18.3 to 4.19.2

chore(deps): bump express from 4.18.3 to 4.19.2 #3422

Workflow file for this run

name: Unit tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- name: yarn install
run: |
corepack enable
# try and avoid timeout errors
yarn config set httpTimeout 100000
yarn install --immutable
yarn build:ts
- name: run tests
run: |
yarn test