Skip to content

chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 #2436

chore(deps): bump follow-redirects from 1.15.2 to 1.15.4

chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 #2436

Workflow file for this run

name: Frontend Workflow
on: [workflow_dispatch, push, pull_request]
jobs:
run:
uses: ./.github/workflows/REUSABLE_frontend.yml
with:
frontend_directory: ./
backend_directory: ./
js_package_manager: yarn
cache_dependency_path: ./yarn.lock
main_git_branch: 2.x
enable_tests: true
enable_bundlewatch: true
secrets:
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}