Skip to content

Commit 25782ca

Browse files
authored
doc: LTS policy (#1529)
* doc: LTS policy * style run prettier
1 parent 95eb9d0 commit 25782ca

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

packages/cli/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,22 @@ If you are ready to dive into the details of building a subgraph from scratch, t
6868
well, along with API documentation for the
6969
[AssemblyScript API](https://thegraph.com/docs/en/developer/assemblyscript-api/).
7070

71+
## Releases
72+
73+
The Graph CLI is released on [npm](https://www.npmjs.com/package/@graphprotocol/graph-cli) and
74+
published as a Binary on [GitHub Releases](https://github.com/graphprotocol/graph-tooling/releases).
75+
We support all the version of CLI that support
76+
[Maintenance, LTS and Current Node.js releases](https://github.com/nodejs/Release#release-schedule).
77+
Additionally if there are `graph-node` specific features that are breaking and no-longer supported,
78+
we will drop support for older versions of CLI. After 90 days of a new `Node.js` release, we will
79+
drop support for the oldest `Node.js` version.
80+
81+
End-of-life Releases
82+
83+
| Release | End-of-life | Reason |
84+
| ---------- | ----------------- | ------------------------------------- |
85+
| `>=0.60.0` | December 31, 2023 | No longer supporting Node 16 or lower |
86+
7187
## License
7288

7389
Copyright © 2018-2019 Graph Protocol, Inc. and contributors.

0 commit comments

Comments
 (0)