Skip to content

Bump http-proxy-middleware from 3.0.0 to 3.0.3 #442

Bump http-proxy-middleware from 3.0.0 to 3.0.3

Bump http-proxy-middleware from 3.0.0 to 3.0.3 #442

Workflow file for this run

name: Node.js CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- lts/hydrogen
- lts/iron
- current
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm test