diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a1ffe4cf..0c47f84a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] # Updated to use more recent LTS versions + node-version: [12.x] # Updated to use more recent LTS versions steps: - uses: actions/checkout@v3