Skip to content

Bump intervention/image-laravel from 1.5.9 to 4.0.0 #2146

Bump intervention/image-laravel from 1.5.9 to 4.0.0

Bump intervention/image-laravel from 1.5.9 to 4.0.0 #2146

Workflow file for this run

name: JS - Prettier
permissions:
contents: read
pull-requests: write
on:
push:
branches:
- main
- dev
- staging
pull_request:
branches:
- main
- dev
- staging
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: '24'
- name: Install Node dependencies
run: npm ci
- name: Run Prettier
run: npm run format:check