diff --git a/.github/workflows/npm_test_doc.yml b/.github/workflows/npm_test_doc.yml index c44f9c9..ba50fe8 100644 --- a/.github/workflows/npm_test_doc.yml +++ b/.github/workflows/npm_test_doc.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: # Only maintenance and LTS major versions - node-version: ['20', '22', '23', '24', 'lts/*'] + node-version: ['20', '22', '23'] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}