File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,22 @@ If you are ready to dive into the details of building a subgraph from scratch, t
68
68
well, along with API documentation for the
69
69
[ AssemblyScript API] ( https://thegraph.com/docs/en/developer/assemblyscript-api/ ) .
70
70
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
+
71
87
## License
72
88
73
89
Copyright © ; 2018-2019 Graph Protocol, Inc. and contributors.
You can’t perform that action at this time.
0 commit comments