Skip to content

Bump express from 4.17.1 to 4.21.1 in /docs #577

Bump express from 4.17.1 to 4.21.1 in /docs

Bump express from 4.17.1 to 4.21.1 in /docs #577

Workflow file for this run

name: Build Check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2-beta
with:
fetch-depth: 1
- name: Installing packages
run: |
npm install
npm --prefix ./prefixer install ./prefixer
npm --prefix ./global install ./global
- name: Run tests
run: npm run test