Skip to content

Bump follow-redirects from 1.15.3 to 1.15.4 #22

Bump follow-redirects from 1.15.3 to 1.15.4

Bump follow-redirects from 1.15.3 to 1.15.4 #22

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bahmutov/npm-install@v1
- run: |
composer install --optimize-autoloader
- run: |
composer validate --no-check-all --strict
- run: |
npm run build