Skip to content

build(deps): bump express from 4.17.1 to 4.20.0 #230

build(deps): bump express from 4.17.1 to 4.20.0

build(deps): bump express from 4.17.1 to 4.20.0 #230

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: install
uses: borales/actions-yarn@v2.0.0
with:
cmd: install
- name: test
uses: borales/actions-yarn@v2.0.0
with:
cmd: test
- name: build
uses: borales/actions-yarn@v2.0.0
with:
cmd: build