Skip to content

Commit 37add29

Browse files
committed
Correct the minimum supported Node.js version to v12.20.0.
See nodejs/node#38355 .
1 parent 834b657 commit 37add29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Major
66

7-
- Updated Node.js support to `^12.19 || >= 14.13`.
7+
- Updated Node.js support to `^12.20 || >= 14.13`.
88
- Replaced the the `package.json` `exports` field public [subpath folder mapping](https://nodejs.org/api/packages.html#packages_subpath_folder_mappings) (deprecated by Node.js) with a [subpath pattern](https://nodejs.org/api/packages.html#packages_subpath_patterns). Deep `require` paths within `test-director/public/` must now include the file extension.
99

1010
### Patch

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"./package.json": "./package.json"
3434
},
3535
"engines": {
36-
"node": "^12.19 || >= 14.13"
36+
"node": "^12.20 || >= 14.13"
3737
},
3838
"dependencies": {
3939
"kleur": "^4.1.4",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ npm install test-director --save-dev
1818

1919
## Support
2020

21-
- Node.js `^12.19 || >= 14.13`
21+
- Node.js `^12.20 || >= 14.13`
2222

2323
## API
2424

0 commit comments

Comments
 (0)