We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 336086c + dd37f7e commit db51f91Copy full SHA for db51f91
.github/workflows/callable-canary-sampleapp-tests.yml
@@ -125,7 +125,7 @@ jobs:
125
run: npm install
126
working-directory: amplify-js-samples-staging/samples/next/auth/new-next-app
127
- name: Install latest stable amplify version
128
- run: npm install aws-amplify@latest @aws-amplify/adapter-nextjs@latest
+ run: npm install aws-amplify@latest @aws-amplify/adapter-nextjs@latest @aws-amplify/auth@latest
129
130
- name: Start application and run test
131
run: |
0 commit comments