Skip to content

Bump express from 4.19.2 to 4.21.1 #198

Bump express from 4.19.2 to 4.21.1

Bump express from 4.19.2 to 4.21.1 #198

Workflow file for this run

name: Test deployment
on:
pull_request:
branches:
- master
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: npm ci
- name: Test asset build phase
run: yarn build