Skip to content

Bump symfony/http-client from 6.4.4 to 6.4.5 #1837

Bump symfony/http-client from 6.4.4 to 6.4.5

Bump symfony/http-client from 6.4.4 to 6.4.5 #1837

Workflow file for this run

name: Build Frontend Assets
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
laravel-tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
check-latest: true
- run: npm install
- run: npm run build