Skip to content

build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 #199

build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7

build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 #199

Workflow file for this run

name: Build
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Setup nodejs
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2
with:
node-version: '16'
- name: Install and Build 🔧
run: |
npm ci
npm run build