Skip to content

chore(deps): bump http-proxy-middleware from 3.0.0 to 3.0.3 in /examples/webpack-config-react #289

chore(deps): bump http-proxy-middleware from 3.0.0 to 3.0.3 in /examples/webpack-config-react

chore(deps): bump http-proxy-middleware from 3.0.0 to 3.0.3 in /examples/webpack-config-react #289

Workflow file for this run

name: Test
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm run lint && npm run test