diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1e4735c..13db34e 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
 
       - uses: DevExpress/testcafe-build-system/actions/prepare@main
         with:
-          node-version: 'latest'
+          node-version: '22'
 
       - run: npm ci --legacy-peer-deps
       - run: npm run test