Skip to content

Composer: bump wp-phpunit/wp-phpunit from 6.4.2 to 6.5.4 in the phpunit group #674

Composer: bump wp-phpunit/wp-phpunit from 6.4.2 to 6.5.4 in the phpunit group

Composer: bump wp-phpunit/wp-phpunit from 6.4.2 to 6.5.4 in the phpunit group #674

Workflow file for this run

name: JS Continuous Integration
on:
pull_request:
branches: [develop, trunk]
workflow_dispatch:
jobs:
build:
name: Build plugin
runs-on: ${{ matrix.os }}
strategy:
matrix:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: [16.x, 18.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: ./.github/actions/node
with:
node-version: ${{ matrix.node-version }}
- name: Build package
shell: bash
run: npm run build --if-present