diff --git a/.changeset/rare-students-sell.md b/.changeset/rare-students-sell.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/rare-students-sell.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/.github/workflows/nightly-checks.yml b/.github/workflows/nightly-checks.yml index b2704aac56..4fd0b52abf 100644 --- a/.github/workflows/nightly-checks.yml +++ b/.github/workflows/nightly-checks.yml @@ -55,7 +55,7 @@ jobs: - name: Show package versions working-directory: ${{runner.temp}} - run: npm list + run: cd .temp_integration && for i in */; do (echo "---$i----" && cd "$i" && npm list) done; notify-slack: name: Notify Slack needs: integration-tests