diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index a2ad2107..abae8605 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - node-version: [ 20.x, 22.x ] + node-version: [ 20.x, 22.x, 24.x ] steps: - uses: actions/checkout@v6 - name: Use Node.js ${{ matrix.node-version }}