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.