Skip to content

Commit

Permalink
chore: update yarn links to point to classic yarn (#6477)
Browse files Browse the repository at this point in the history
  • Loading branch information
har777 authored Feb 24, 2024
1 parent 5de9a74 commit 06210ef
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Thanks for your interest in contributing to Lodestar. It's people like you that
## Prerequisites

- :gear: [NodeJS](https://nodejs.org/) (LTS)
- :toolbox: [Yarn](https://yarnpkg.com/)
- :toolbox: [Yarn](https://classic.yarnpkg.com/lang/en/)

### MacOS Specifics

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
## Prerequisites

- :gear: [NodeJS](https://nodejs.org/) (LTS)
- :toolbox: [Yarn](https://yarnpkg.com/)
- :toolbox: [Yarn](https://classic.yarnpkg.com/lang/en/)

###### Developer Quickstart:

Expand Down
2 changes: 1 addition & 1 deletion packages/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ api.beacon
## Prerequisites

- [NodeJS](https://nodejs.org/) (LTS)
- [Yarn](https://yarnpkg.com/)
- [Yarn](https://classic.yarnpkg.com/lang/en/)

## What you need

Expand Down
2 changes: 1 addition & 1 deletion packages/beacon-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## Prerequisites

- [Yarn](https://yarnpkg.com/)
- [Yarn](https://classic.yarnpkg.com/lang/en/)

## What you need

Expand Down
2 changes: 1 addition & 1 deletion packages/prover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ lodestar-prover proxy \
## Prerequisites

- [NodeJS](https://nodejs.org/) (LTS)
- [Yarn](https://yarnpkg.com/)
- [Yarn](https://classic.yarnpkg.com/lang/en/)

## What you need

Expand Down
2 changes: 1 addition & 1 deletion packages/reqresp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function getReqResp(libp2p: Libp2p, logger: Logger): Promise<void> {
## Prerequisites

- [NodeJS](https://nodejs.org/) (LTS)
- [Yarn](https://yarnpkg.com/)
- [Yarn](https://classic.yarnpkg.com/lang/en/)

## What you need

Expand Down

0 comments on commit 06210ef

Please sign in to comment.