Skip to content

build(deps): bump express from 4.17.1 to 4.18.2 in /docs (#598) #889

build(deps): bump express from 4.17.1 to 4.18.2 in /docs (#598)

build(deps): bump express from 4.17.1 to 4.18.2 in /docs (#598) #889

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Lint
run: yarn lint
- name: Run tests
run: yarn test