From 25782ca353f9fd6fca2feea2db61bcc113681be0 Mon Sep 17 00:00:00 2001 From: Saihajpreet Singh Date: Thu, 7 Dec 2023 11:40:37 -0500 Subject: [PATCH] doc: LTS policy (#1529) * doc: LTS policy * style run prettier --- packages/cli/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/cli/README.md b/packages/cli/README.md index 0a64cfb07..c45bcfd93 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -68,6 +68,22 @@ If you are ready to dive into the details of building a subgraph from scratch, t well, along with API documentation for the [AssemblyScript API](https://thegraph.com/docs/en/developer/assemblyscript-api/). +## Releases + +The Graph CLI is released on [npm](https://www.npmjs.com/package/@graphprotocol/graph-cli) and +published as a Binary on [GitHub Releases](https://github.com/graphprotocol/graph-tooling/releases). +We support all the version of CLI that support +[Maintenance, LTS and Current Node.js releases](https://github.com/nodejs/Release#release-schedule). +Additionally if there are `graph-node` specific features that are breaking and no-longer supported, +we will drop support for older versions of CLI. After 90 days of a new `Node.js` release, we will +drop support for the oldest `Node.js` version. + +End-of-life Releases + +| Release | End-of-life | Reason | +| ---------- | ----------------- | ------------------------------------- | +| `>=0.60.0` | December 31, 2023 | No longer supporting Node 16 or lower | + ## License Copyright © 2018-2019 Graph Protocol, Inc. and contributors.