Skip to content

chore: Bump http-proxy-middleware from 3.0.2 to 3.0.3 in /server (#5043) #10548

chore: Bump http-proxy-middleware from 3.0.2 to 3.0.3 in /server (#5043)

chore: Bump http-proxy-middleware from 3.0.2 to 3.0.3 in /server (#5043) #10548

Workflow file for this run

name: Lint
on:
push:
branches: [staging, main]
pull_request:
branches: [staging, main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{github.token}}
- name: Checkout
uses: actions/checkout@v4
- name: Yarn cache
uses: c-hive/gha-yarn-cache@v2
- name: Install JS dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint