Skip to content

Commit 4e844ef

Browse files
authored
chore(repo): Fix nextjs canary release & show tests package versions (clerk#2156)
1 parent 1ddffb6 commit 4e844ef

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/nightly-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@ jobs:
5151
E2E_CLERK_VERSION: 'latest'
5252
INTEGRATION_INSTANCE_KEYS: ${{ secrets.INTEGRATION_INSTANCE_KEYS }}
5353
MAILSAC_API_KEY: ${{ secrets.MAILSAC_API_KEY }}
54+
E2E_NEXTJS_VERSION: 'canary'
5455

56+
- name: Show package versions
57+
working-directory: ${{runner.temp}}
58+
run: npm list
5559
notify-slack:
5660
name: Notify Slack
5761
needs: integration-tests

0 commit comments

Comments
 (0)