Skip to content

Bump http-proxy-middleware from 2.0.6 to 2.0.7 (#1184) #793

Bump http-proxy-middleware from 2.0.6 to 2.0.7 (#1184)

Bump http-proxy-middleware from 2.0.6 to 2.0.7 (#1184) #793

Workflow file for this run

name: Dependencies
on:
push:
paths:
- package.json
- yarn.lock
jobs:
update:
runs-on: ubuntu-latest
timeout-minutes: 10
if: ${{ github.ref != 'refs/heads/main' }}
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- uses: cachix/install-nix-action@v30
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-unstable.tar.gz
- name: Run yarn2nix
run: nix-shell -p yarn2nix --run "yarn2nix > yarn.nix"
- uses: stefanzweifel/[email protected]
with:
commit_message: "Update yarn.nix"