Skip to content

Commit

Permalink
feat(node-versions): dropped support for node v16, v17, and v19
Browse files Browse the repository at this point in the history
BREAKING CHANGE: support for node versions v16, v17, and v19 has been dropped
  • Loading branch information
travi committed Jan 27, 2024
1 parent ef53556 commit 3e537fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
]
},
"engines": {
"node": ">=16"
"node": "^18.17 || >=20.6.1"
},
"jest": {
"testEnvironment": "node"
Expand Down

0 comments on commit 3e537fe

Please sign in to comment.