diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 368f66ccd70..5073ea4884d 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -19,9 +19,8 @@ jobs: strategy: matrix: os: [windows-latest] - node-version: ['18.14.0', '20'] - # Temporary workaround due to this https://github.com/nodejs/node/issues/52682 - # node-version: ['18.14.0', '20', '22'] + # Pinning 20.x version as a temporary workaround due to this https://github.com/nodejs/node/issues/52884 + node-version: ['18.14.0', '20.12.2', '22'] fail-fast: false steps: diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 4ddacd3bc9d..4f818fd14ed 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -14,7 +14,8 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - node-version: ['18.14.0', '20', '22'] + # Pinning 20.x version as a temporary workaround due to this https://github.com/nodejs/node/issues/52884 + node-version: ['18.14.0', '20.12.2', '22'] shard: ['1/4', '2/4', '3/4', '4/4'] exclude: diff --git a/tests/integration/framework-detection.test.js b/tests/integration/framework-detection.test.js index 1ab1ce5a12b..8d1218c2c52 100644 --- a/tests/integration/framework-detection.test.js +++ b/tests/integration/framework-detection.test.js @@ -69,7 +69,7 @@ describe.concurrent('frameworks/framework-detection', () => { // This test has a race condition that occasionally causes it to fail when run concurrently. // Running it in isolation (or removing the '.concurrent' on the describe block above) // fixes it. See CT-1094 for more details - test('should log the command if using static server and `command` is configured', async (t) => { + test.skip('should log the command if using static server and `command` is configured', async (t) => { await withSiteBuilder('site-with-index-file', async (builder) => { await builder .withContentFile({