Skip to content

Bump min compatibility to PHP 7.2.5 and PS 1.7.7, module version to 4.0.0 #2879

Bump min compatibility to PHP 7.2.5 and PS 1.7.7, module version to 4.0.0

Bump min compatibility to PHP 7.2.5 and PS 1.7.7, module version to 4.0.0 #2879

Workflow file for this run

name: JS tests
on: [push, pull_request]
jobs:
js-linter:
name: JS linter
runs-on: ubuntu-latest
strategy:
matrix:
node-versions: [ '14', '16' ]
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-versions }}
- run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm run test