Skip to content

Bump friendsofphp/php-cs-fixer from 3.53.0 to 3.54.0 #300

Bump friendsofphp/php-cs-fixer from 3.53.0 to 3.54.0

Bump friendsofphp/php-cs-fixer from 3.53.0 to 3.54.0 #300

Workflow file for this run

name: Test NPM build
on:
workflow_dispatch: # enable run button on github.com
pull_request:
jobs:
build-npm:
name: Run NPM build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "npm"
- name: Process and lint
run: |
node -v
npm -v
npm install
npm run build