Skip to content

Commit

Permalink
Correct the minimum supported Node.js version to v12.20.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Apr 23, 2021
1 parent 834b657 commit 37add29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Expand Up @@ -4,7 +4,7 @@

### Major

- Updated Node.js support to `^12.19 || >= 14.13`.
- Updated Node.js support to `^12.20 || >= 14.13`.
- 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.

### Patch
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
"./package.json": "./package.json"
},
"engines": {
"node": "^12.19 || >= 14.13"
"node": "^12.20 || >= 14.13"
},
"dependencies": {
"kleur": "^4.1.4",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -18,7 +18,7 @@ npm install test-director --save-dev

## Support

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

## API

Expand Down

0 comments on commit 37add29

Please sign in to comment.