From 267fd3204396a10d12ef1f685cc228e518670949 Mon Sep 17 00:00:00 2001 From: Joe Fusco Date: Thu, 18 Jun 2026 14:04:23 -0400 Subject: [PATCH] chore: bump @wordpress/env to 11.8.1 in plugin-check workflow Matches the devDependency version Dependabot bumped to in #52 so the globally-installed wp-env and the locally-installed one stay in sync. --- .github/workflows/plugin-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin-check.yml b/.github/workflows/plugin-check.yml index ad1bba9..b0a98f7 100644 --- a/.github/workflows/plugin-check.yml +++ b/.github/workflows/plugin-check.yml @@ -38,7 +38,7 @@ jobs: with: node-version: '22' - - run: npm install -g @wordpress/env@11.7.0 + - run: npm install -g @wordpress/env@11.8.1 # Avoids the intermittent 504s on api.github.com during wp-env's # Docker build (PR #22). Authenticated requests dodge the issue.