Skip to content

Commit

Permalink
build(package): upgrade min required Node version to 16
Browse files Browse the repository at this point in the history
The test suite kept failing on v14. I am unsure why, but I am bumping the minimum version required
up to 16. This is not that recent of a change, and is not worth delving into which aspect in
particular is cauing the compatibility issues.
  • Loading branch information
M-Scott-Lassiter committed Jun 2, 2022
1 parent 56af07e commit 58a9824
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,11 @@ <h1>jest-geojson</h1>
</li>
</ul>
</li>
<li>
<a href="#node-and-operating-system-support-policy"
>Node and Operating System Support Policy</a
>
</li>
<li><a href="#license-and-development">License and Development</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"jest": ">=24.0.0"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"release": {
"extends": "@m-scott-lassiter/semantic-release-github-npm-config"
Expand Down

0 comments on commit 58a9824

Please sign in to comment.