Skip to content

Bump express from 4.21.0 to 5.0.1 #59

Bump express from 4.21.0 to 5.0.1

Bump express from 4.21.0 to 5.0.1 #59

Workflow file for this run

name: ci
on: [push,pull_request]
jobs:
test:
name: Node ${{ matrix.node }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
node:
- '10'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test