Skip to content

Bump express from 4.16.4 to 4.19.2 #326

Bump express from 4.16.4 to 4.19.2

Bump express from 4.16.4 to 4.19.2 #326

Workflow file for this run

name: Tests
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
# Specify as per the service requirements
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: npm run test