Skip to content

Commit

Permalink
Clarify supported Node versions for quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Barlow committed Jun 15, 2022
1 parent 8182639 commit cb015f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/quickstart/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Part 1 - Project setup

> 📣 **Federation 2 demo:** In addition to completing this tutorial, you can [clone our Federation 2 demo on GitHub](https://github.com/apollographql/supergraph-demo-fed2). The demo is distinct from the project you create in this tutorial, and it helps demonstrate many concepts of Federation 2.
Hello! This tutorial gets you up and running with Apollo Federation 2. It requires [Node.js version 12 or later](https://nodejs.org/en/download/).
Hello! This tutorial gets you up and running with Apollo Federation 2. It currently requires [Node.js version 14 or 16](https://nodejs.org/en/download/).

## Federation concepts

Expand Down Expand Up @@ -139,7 +139,7 @@ type SubmitReviewResponse {

> Federation 2 requires Rover v0.5.0 or later.

Install the core Rover binary with the appropriate command for your system:
Install the Rover binary with the appropriate command for your system:

```bash title="MacOS / Unix-like"
curl -sSL https://rover.apollo.dev/nix/latest | sh
Expand Down

0 comments on commit cb015f4

Please sign in to comment.