Skip to content

Commit 8797fc9

Browse files
committed
bump minimum required node version to 20
1 parent 0aea1dd commit 8797fc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ speed on some of the tools and concepts we'll be covering:
5656
## System Requirements
5757

5858
- [git][git] v2.18 or greater
59-
- [NodeJS][node] v18 or greater
59+
- [NodeJS][node] v20 or greater
6060
- [npm][npm] v8 or greater
6161

6262
All of these must be available in your `PATH`. To verify things are set up

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"examples/*"
5555
],
5656
"engines": {
57-
"node": ">=18",
57+
"node": ">=20",
5858
"npm": ">=8.16.0",
5959
"git": ">=2.18.0"
6060
},

0 commit comments

Comments
 (0)