Skip to content

Bump phpstan/phpstan from 1.10.33 to 1.10.34 (#2708) #4475

Bump phpstan/phpstan from 1.10.33 to 1.10.34 (#2708)

Bump phpstan/phpstan from 1.10.33 to 1.10.34 (#2708) #4475

Workflow file for this run

name: Tests
on:
push:
branches:
- devel
- master
pull_request:
branches:
- "**"
env:
FORCE_COLOR: 2
jobs:
run:
name: Node
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/[email protected]
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: "16.x"
cache: npm
- name: Install npm dependencies
run: npm ci
- name: Run tests
run: npm run testpr