From 17089be512325e8ed69e6c2aff90abd4e2c34678 Mon Sep 17 00:00:00 2001 From: gauravchawhan Date: Thu, 12 Dec 2024 14:54:54 +0000 Subject: [PATCH] Updated config file --- .github/workflows/lambdatest.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/lambdatest.yaml b/.github/workflows/lambdatest.yaml index 5df51dd3dc..db4671e780 100644 --- a/.github/workflows/lambdatest.yaml +++ b/.github/workflows/lambdatest.yaml @@ -15,6 +15,10 @@ jobs: with: user: ${{ secrets.LT_USERNAME }} accessKey: ${{ secrets.LT_ACCESS_KEY }} + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 22.x - run: npm ci - run: npm run test:lambdatest env: