Skip to content

Commit

Permalink
use lerna 6 and uninstall any newer (#3277)
Browse files Browse the repository at this point in the history
Co-authored-by: ScriptedAlchemy <[email protected]>
  • Loading branch information
ScriptedAlchemy and ScriptedAlchemy authored Oct 26, 2023
1 parent 202844f commit d8add5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ jobs:
- name: Run sample e2e tests
run: |
node -v
yarn add lerna@6 -W
yarn add lerna@6 -g
lerna run --scope=${{ matrix.container }} e2e:ci
- name: Create artifacts for Allure report
Expand Down

5 comments on commit d8add5d

@vercel
Copy link

@vercel vercel bot commented on d8add5d Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-home – ./medusa-example/home

medusa-example-home.vercel.app
medusa-example-home-module-federation.vercel.app
medusa-example-home-git-master-module-federation.vercel.app

@vercel
Copy link

@vercel vercel bot commented on d8add5d Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-dsl – ./medusa-example/dsl

medusa-example-dsl.vercel.app
medusa-example-dsl-module-federation.vercel.app
medusa-example-dsl-git-master-module-federation.vercel.app

@vercel
Copy link

@vercel vercel bot commented on d8add5d Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-nav – ./medusa-example/nav

medusa-example-nav-git-master-module-federation.vercel.app
medusa-example-nav.vercel.app
medusa-example-nav-module-federation.vercel.app

@vercel
Copy link

@vercel vercel bot commented on d8add5d Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-search – ./medusa-example/search

medusa-example-search-module-federation.vercel.app
medusa-example-search-git-master-module-federation.vercel.app
medusa-example-search.vercel.app

@vercel
Copy link

@vercel vercel bot commented on d8add5d Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

medusa-example-utils – ./medusa-example/utils

medusa-example-utils.vercel.app
medusa-example-utils-git-master-module-federation.vercel.app
medusa-example-utils-module-federation.vercel.app

Please sign in to comment.