Skip to content

Bump express from 4.18.1 to 4.20.0 #836

Bump express from 4.18.1 to 4.20.0

Bump express from 4.18.1 to 4.20.0 #836

Workflow file for this run

name: Test Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 14
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
- name: Test
run: yarn test --passWithNoTests