From e39dc003162ff5d753d28175128673fadc7d65a4 Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Tue, 21 Jul 2026 11:50:49 +0200 Subject: [PATCH] Add support for NodeJS 26 --- .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 5e21b91..88f47e9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -18,12 +18,13 @@ jobs: - 20 - 22 - 24 + - 26 runs-on: ubuntu-latest env: PHP_VERSION: ${{ matrix.php_version }} NODE_VERSION: ${{ matrix.node_version }} LATEST_PHP_VERSION: 8.4 - LATEST_NODE_VERSION: 24 + LATEST_NODE_VERSION: 26 steps: - name: Checkout hypernode-deploy uses: actions/checkout@v3