Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Bump express from 4.18.2 to 4.19.2 (#119) #102

Bump express from 4.18.2 to 4.19.2 (#119)

Bump express from 4.18.2 to 4.19.2 (#119) #102

Workflow file for this run

name: Test
on:
push:
pull_request:
env:
FORCE_COLOR: 2
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 15
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Run tests
run: yarn test