Skip to content

Commit 0697bf6

Browse files
authored
Update Node.js version requirement to 20(v20.18.3) (#1046)
Update Node.js version requirement to 20(v20.18.3) in README and migration guide
1 parent 8301686 commit 0697bf6

File tree

4 files changed

+32
-31
lines changed

4 files changed

+32
-31
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This guide will help you to a working implementation of the Deploy CLI tool used
7070
7171
### Prerequisites
7272

73-
- [Node](https://nodejs.dev/) version 18 or greater
73+
- [Node](https://nodejs.dev/) version 20(v20.18.3) or greater
7474
- [Auth0 Tenant](https://auth0.com/)
7575

7676
### Install the Deploy CLI

docs/v8_MIGRATION_GUIDE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
Guide to migrating from `7.x` to `8.x`
44

55
- [General](#general)
6-
- [Node 18 or newer is required](#node-18-or-newer-is-required)
6+
- [Node 20(v20.18.3) or newer is required](#node-20(v20.18.3)-or-newer-is-required)
77
- [Auth0 V4 Migration Guide](https://github.com/auth0/node-auth0/blob/master/v4_MIGRATION_GUIDE.md)
88
- [Management Resources](#management-resources)
99
- [EmailProvider](#emailProvider)
1010
- [Migrations](#migrations)
1111

1212
## General
1313

14-
### Node 18 or newer is required
14+
### Node 20(v20.18.3) or newer is required
1515

16-
Node 18 LTS and newer LTS releases are supported.
16+
Node 20(v20.18.3) LTS and newer LTS releases are supported.
1717

1818
## Management Resources
1919

package-lock.json

+24-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"nconf": "^0.12.1",
4343
"promise-pool-executor": "^1.1.1",
4444
"sanitize-filename": "^1.6.3",
45-
"undici": "^7.3.0",
45+
"undici": "^7.4.0",
4646
"winston": "^3.17.0",
4747
"yargs": "^15.3.1"
4848
},
@@ -70,12 +70,12 @@
7070
"rmdir-sync": "^1.0.1",
7171
"sinon": "^13.0.2",
7272
"sinon-chai": "^3.7.0",
73-
"ts-mocha": "^10.0.0",
74-
"typescript": "^5.7.2",
73+
"ts-mocha": "^10.1.0",
74+
"typescript": "^5.8.2",
7575
"zlib": "^1.0.5"
7676
},
7777
"engines": {
78-
"node": ">= 18"
78+
"node": ">= 20.18.3"
7979
},
8080
"keywords": [
8181
"auth0",

0 commit comments

Comments
 (0)