diff --git a/.github/workflows/node-test.yml b/.github/workflows/node-test.yml index 7478a292230..e771335e042 100644 --- a/.github/workflows/node-test.yml +++ b/.github/workflows/node-test.yml @@ -209,14 +209,14 @@ jobs: # - npm run test:hosting-rewrites # Long-running test that might conflict across test runs. Run this manually. - npm run test:import-export - npm run test:storage-deploy - - npm run test:storage-emulator-integration - npm run test:triggers-end-to-end - npm run test:triggers-end-to-end:inspect # - npm run test:dataconnect-deploy - npm run test:dataconnect-emulator + - npm run test:functions-discover include: - - node-version: "24" - script: "npm run test:functions-discover" + - node-version: "22" + script: "npm run test:storage-emulator-integration" steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v3