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