Skip to content

Commit cb64522

Browse files
committed
Drop resurrected node v18 compat job (removed on develop)
1 parent d11f845 commit cb64522

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -846,28 +846,6 @@ jobs:
846846
env:
847847
INJECT_ORCHESTRION: ${{ matrix.use_orchestrion }}
848848

849-
job_node_v18_compat:
850-
name: Node v18.0.0 Compatibility Check
851-
needs: [job_get_metadata, job_build]
852-
if: needs.job_build.outputs.changed_node == 'true' || github.event_name != 'pull_request'
853-
runs-on: ubuntu-24.04
854-
timeout-minutes: 5
855-
steps:
856-
- name: Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
857-
uses: actions/checkout@v7
858-
with:
859-
ref: ${{ env.HEAD_COMMIT }}
860-
- name: Set up Node
861-
uses: actions/setup-node@v6
862-
with:
863-
node-version: '18.0.0'
864-
- name: Restore caches
865-
uses: ./.github/actions/restore-cache
866-
with:
867-
dependency_cache_key: ${{ needs.job_build.outputs.dependency_cache_key }}
868-
- name: Check Node v18.0.0 compatibility
869-
run: node scripts/node-v18-compat-check.js
870-
871849
job_cloudflare_integration_tests:
872850
name: Cloudflare Integration Tests
873851
needs: [job_get_metadata, job_build]
@@ -1277,7 +1255,6 @@ jobs:
12771255
job_deno_unit_tests,
12781256
job_node_unit_tests,
12791257
job_node_integration_tests,
1280-
job_node_v18_compat,
12811258
job_cloudflare_integration_tests,
12821259
job_bundler_plugin_integration_tests,
12831260
job_bun_integration_tests,

0 commit comments

Comments
 (0)