Skip to content

chore(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 #1372

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

chore(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 #1372

Workflow file for this run

# .github/workflows/preview.yml
name: Deploy PR previews
concurrency:
group: preview-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
jobs:
deploy-preview:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- name: Cached LFS checkout
uses: nschloe/action-cached-lfs-checkout@f46300cd8952454b9f0a21a3d133d4bd5684cfc2
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e
with:
node-version: 18.x
cache: npm
- name: Install and Build
run: |
npm clean-install
npm run build
env:
BASE_URL: /pr-preview/pr-${{ github.event.number }}
- name: Deploy preview
uses: rossjrw/pr-preview-action@df22037db54ab6ee34d3c1e2b8810ac040a530c6
with:
source-dir: ./build/