Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Clarify Node Version Support #391

Merged
merged 2 commits into from
Mar 19, 2020
Merged

Clarify Node Version Support #391

merged 2 commits into from
Mar 19, 2020

Conversation

emilyrohrbough
Copy link
Contributor

Summary

terra-toolkit depends on wdio 4 which depends on a version of fibers that is incompatible with node 12 +

package.json Outdated
@@ -4,7 +4,7 @@
"description": "Utilities to help when developing terra modules.",
"main": "lib/index.js",
"engines": {
"node": ">=8.9.2"
"node": ">=8.9.2 <12"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we make this >= 8.10.0 <12 due to this issue cerner/eslint-config-terra#42

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

..... maybe??

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mjhenkes mjhenkes merged commit 3b7bc72 into master Mar 19, 2020
@mjhenkes mjhenkes deleted the clarify-node-version branch March 19, 2020 16:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants