Skip to content

chore(deps): bump http-proxy-middleware from 2.0.4 to 2.0.7 #408

chore(deps): bump http-proxy-middleware from 2.0.4 to 2.0.7

chore(deps): bump http-proxy-middleware from 2.0.4 to 2.0.7 #408

Workflow file for this run

name: test
on:
- push
- pull_request
- workflow_dispatch
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn --frozen-lockfile
- run: yarn run test:coverage
- name: Upload to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
testInternals:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn --frozen-lockfile
- run: yarn run test:internals