Skip to content

Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /resources in the npm_and_yarn group #111

Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /resources in the npm_and_yarn group

Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /resources in the npm_and_yarn group #111

Workflow file for this run

name: JS
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: yarn
working-directory: resources
- run: yarn lint
working-directory: resources