Skip to content

Commit

Permalink
Merge pull request #1000 from rubyforgood/constrain-node-to-lt-17
Browse files Browse the repository at this point in the history
Constrain supported node engines
  • Loading branch information
solebared authored Dec 16, 2021
2 parents 2eb39c3 + c1dde68 commit 44bf8ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ We're still in the [initial development phase](https://www.jering.tech/articles/

This changelog also serves to acknowledge the incredible people who've contributed brilliance, effort and being. Their handles are listed under the first release they each touched. 💗🙏🏾

## [Unreleased]

### Bugfixes
* Constrain supported nodejs engines #1000

## [0.6.0] - 2021-12-14

### Breaking change / enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.6.0",
"engines": {
"node": ">= 14.0.0",
"node": ">= 14.0.0 < 17",
"yarn": "^1.20.0"
},
"dependencies": {
Expand Down

0 comments on commit 44bf8ee

Please sign in to comment.