diff --git a/.github/workflows/pull_request_checks.yml b/.github/workflows/pull_request_checks.yml index 917a34f8..3b27ae42 100644 --- a/.github/workflows/pull_request_checks.yml +++ b/.github/workflows/pull_request_checks.yml @@ -42,7 +42,7 @@ jobs: - name: Install Node uses: actions/setup-node@v6.1.0 with: - node-version: 24 + node-version: 18 cache: npm - name: Install NPM Dependencies