Skip to content

Bump express from 4.18.2 to 4.19.2 #122

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #122

Workflow file for this run

name: Build the app
on:
pull_request:
types: [opened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci && npm run build