diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4dc4f6b..64950e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,12 +1,12 @@ name: Status Checks on: - push: + pull_request: jobs: build: runs-on: ubuntu-latest strategy: matrix: - node: [18, 20, 22, 24, 25] + node: [20, 22, 24, 26] name: Build and Test with Node ${{ matrix.node }} steps: - uses: actions/checkout@v7