Skip to content

Commit

Permalink
fix: add local copy of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
amountainram committed Jul 15, 2024
1 parent 83a390c commit d1922e5
Show file tree
Hide file tree
Showing 4 changed files with 900 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
uses: micro-lc/post-channel/.github/workflows/unit-tests.yml@main

e2e-tests:
needs:
- build
uses: micro-lc/post-channel/.github/workflows/e2e-tests.yml@main
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
uses: micro-lc/post-channel/.github/workflows/unit-tests.yml@main

e2e-tests:
needs:
- build
uses: micro-lc/post-channel/.github/workflows/e2e-tests.yml@main
894 changes: 894 additions & 0 deletions .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ npmRegistries:
"https://registry.npmjs.org":
npmAlwaysAuth: true
npmAuthToken: "${NPM_AUTH_TOKEN-}"

yarnPath: .yarn/releases/yarn-4.3.1.cjs

0 comments on commit d1922e5

Please sign in to comment.