From 3bd1583c4749971b05676605cdea8823bc250521 Mon Sep 17 00:00:00 2001 From: Roman Date: Thu, 14 May 2026 21:43:36 +0100 Subject: [PATCH] ci: run tests on all versions of Node.js supported by this package --- .github/workflows/commit.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 7b6187050..041c90aab 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -14,9 +14,7 @@ jobs: options: --user root strategy: matrix: - node-version: - - '18.20.8' - - '20.20.0' # maintenance LTS + node-version: [16.x, 18.x, 20.x, 22.x, 24.x, 26.x] steps: - name: Checkout code uses: actions/checkout@v5.0.1