From 4af95c9aa5f8a9e41dbea4366bde54715894db32 Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Fri, 27 Feb 2026 12:15:25 +0100 Subject: [PATCH] Add support for NodeJS 24 --- .github/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 380fb91..5e21b91 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -17,12 +17,13 @@ jobs: - 18 - 20 - 22 + - 24 runs-on: ubuntu-latest env: PHP_VERSION: ${{ matrix.php_version }} NODE_VERSION: ${{ matrix.node_version }} LATEST_PHP_VERSION: 8.4 - LATEST_NODE_VERSION: 22 + LATEST_NODE_VERSION: 24 steps: - name: Checkout hypernode-deploy uses: actions/checkout@v3