Skip to content

build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /client/apps/portal-administration #400

build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /client/apps/portal-administration

build(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /client/apps/portal-administration #400

Workflow file for this run

name: Web Client
on:
pull_request:
branches:
- main
paths:
- "client/**"
types: [opened, synchronize]
jobs:
web-client-pr:
name: Open Pull Request
strategy:
matrix:
version: [21.x]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: ./.github/actions/node-setup
with:
versions: ${{ matrix.version }}
- name: Install Dependecies
uses: ./.github/actions/install-dependencies
- name: Client Build
uses: ./.github/actions/client-build
- name: Client Test
uses: ./.github/actions/client-test
- name: Es Lint
if: ${{ github.actor != 'dependabot[bot]' }}
uses: ./.github/actions/es-lint