Skip to content

Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /website #133

Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /website

Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /website #133

Workflow file for this run

name: Test deployment
on:
pull_request:
branches: [main]
paths: [website/**]
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: yarn
cache-dependency-path: website/yarn.lock
- name: Install dependencies
working-directory: website
run: yarn install --frozen-lockfile
- name: Test build website
working-directory: website
run: yarn build