Skip to content

Bump friendsofphp/php-cs-fixer from 3.60.0 to 3.61.1 #332

Bump friendsofphp/php-cs-fixer from 3.60.0 to 3.61.1

Bump friendsofphp/php-cs-fixer from 3.60.0 to 3.61.1 #332

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