From 69659cb407f81f712d478d543b1f60af21c724ee Mon Sep 17 00:00:00 2001 From: Erwin Dondorp Date: Mon, 15 Jun 2026 10:52:29 +0200 Subject: [PATCH] updated nodejs versions --- .github/workflows/node.js.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6b55bda8a..8ea838dbd 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -18,12 +18,11 @@ jobs: strategy: matrix: - node-version: [20.x, 22.x, 24.x, 25.x] + node-version: [22.x, 24.x, 26.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - # 20: Maintenance LTS - # 22: Maintenance LTS - # 24: Active LTS - # 25: Current + # 22: Maintenance + # 24: Active + # 26: Current steps: - uses: actions/checkout@v4