From 42fefb12e3d4c3ef9b8e94dbf8b9b605582da90a Mon Sep 17 00:00:00 2001 From: Pranav Malewadkar Date: Mon, 16 Dec 2024 16:05:15 -0800 Subject: [PATCH] fix: use stable versions of libs --- .github/workflows/callable-canary-sampleapp-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/callable-canary-sampleapp-tests.yml b/.github/workflows/callable-canary-sampleapp-tests.yml index 6f6033a872f..ee06376b43d 100644 --- a/.github/workflows/callable-canary-sampleapp-tests.yml +++ b/.github/workflows/callable-canary-sampleapp-tests.yml @@ -124,6 +124,9 @@ jobs: - name: Install dependencies run: npm install working-directory: amplify-js-samples-staging/samples/next/auth/new-next-app + - name: Install latest stable amplify version + run: npm install aws-amplify@latest @aws-amplify/adapter-nextjs@latest + working-directory: amplify-js-samples-staging/samples/next/auth/new-next-app - name: Start application and run test run: | ../amplify-js/scripts/retry-yarn-script.sh -s \