We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aea1dd commit 8797fc9Copy full SHA for 8797fc9
README.md
@@ -56,7 +56,7 @@ speed on some of the tools and concepts we'll be covering:
56
## System Requirements
57
58
- [git][git] v2.18 or greater
59
-- [NodeJS][node] v18 or greater
+- [NodeJS][node] v20 or greater
60
- [npm][npm] v8 or greater
61
62
All of these must be available in your `PATH`. To verify things are set up
package.json
@@ -54,7 +54,7 @@
54
"examples/*"
55
],
"engines": {
- "node": ">=18",
+ "node": ">=20",
"npm": ">=8.16.0",
"git": ">=2.18.0"
},
0 commit comments