From 32c76a45218220a139ce9287fd3445c448396215 Mon Sep 17 00:00:00 2001 From: Rafikooo Date: Wed, 11 Mar 2026 12:27:32 +0100 Subject: [PATCH] Force Node.js 24 for setup-php action to suppress deprecation warning --- action.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yaml b/action.yaml index a1f1c8c..7e54ac2 100644 --- a/action.yaml +++ b/action.yaml @@ -266,6 +266,8 @@ runs: - name: Setup PHP uses: shivammathur/setup-php@v2 + env: + FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true with: php-version: "${{ inputs.php_version }}" extensions: "${{ inputs.php_extensions }}"