Skip to content

Bump express-http-proxy from 2.0.0 to 2.1.1 #437

Bump express-http-proxy from 2.0.0 to 2.1.1

Bump express-http-proxy from 2.0.0 to 2.1.1 #437

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