Skip to content

chore(deps): bump express from 4.19.2 to 4.21.0 #234

chore(deps): bump express from 4.19.2 to 4.21.0

chore(deps): bump express from 4.19.2 to 4.21.0 #234

Workflow file for this run

name: CI
on:
- push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Run CI
run: |
yarn
yarn build