diff --git a/action.yml b/action.yml index 202f438..dece235 100644 --- a/action.yml +++ b/action.yml @@ -88,7 +88,7 @@ runs: run: | touch .wp-env.json > .wp-env.json - echo "{ \"core\": $WP_VERSION, \"port\": 8880, \"testsPort\": 8881, \"plugins\": [ \"$PLUGIN_DIR\", \"https://downloads.wordpress.org/plugin/plugin-check.1.0.1.zip\" ] }" >> .wp-env.json + echo "{ \"core\": $WP_VERSION, \"port\": 8880, \"testsPort\": 8881, \"plugins\": [ \"$PLUGIN_DIR\", \"https://downloads.wordpress.org/plugin/plugin-check.latest-stable.zip\" ] }" >> .wp-env.json npm -g --no-fund i @wordpress/env wp-env start --update