Skip to content

Commit

Permalink
chore: require Node ^12.20, ^14.13, or 16+ for exports pattern support
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

Update to minimum versions needed by `comment-parser` ESM update
  • Loading branch information
brettz9 committed Jul 25, 2021
1 parent 2ab93a6 commit 9eed57e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -2,9 +2,9 @@ os: linux
dist: xenial
language: node_js
node_js:
- 16
- 14
- 12
- "16"
- "14.13.0"
- "12.20.0"

before_install:
- npm config set depth 0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -45,7 +45,7 @@
"typescript": "^4.3.5"
},
"engines": {
"node": ">=12"
"node": "^12.20 || ^14.13.0 || ^16"
},
"lint-staged": {
".eslintignore": "npm run lint",
Expand Down

0 comments on commit 9eed57e

Please sign in to comment.