Skip to content

build(deps-dev): Bump phpstan/phpstan from 2.2.6 to 2.2.7 #775

build(deps-dev): Bump phpstan/phpstan from 2.2.6 to 2.2.7

build(deps-dev): Bump phpstan/phpstan from 2.2.6 to 2.2.7 #775

Workflow file for this run

name: 'JS CI'
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
js-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: '26'
- name: Run npm install
run: npm install
- name: Run npx vp lint
run: npx vp lint
- name: Run npx vp fmt --check
run: npx vp fmt --check
- name: Run npm build
run: npm run build