Skip to content

chore(deps): bump express from 4.18.2 to 4.19.2 #253

chore(deps): bump express from 4.18.2 to 4.19.2

chore(deps): bump express from 4.18.2 to 4.19.2 #253

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm test