Skip to content

chore: re-enable node 16 testing#130

Merged
blimmer merged 2 commits intomainfrom
chore/re-enable-node-16-testing
Jun 3, 2021
Merged

chore: re-enable node 16 testing#130
blimmer merged 2 commits intomainfrom
chore/re-enable-node-16-testing

Conversation

@blimmer
Copy link
Copy Markdown
Collaborator

@blimmer blimmer commented Jun 3, 2021

This fix in Node 16.3.0 should fix compatibility with Joist / jest: nodejs/node#38821

Comment thread packages/orm/package.json
"directory": "packages/joist-orm"
},
"engines": {
"node": "^12.17.0 || ^13.10.0 || ^14 || >= 16.0.0 < 16.2.0 || >= 16.3.0"
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

basically - don't allow installing on 16.2.0. The 12.x and 13.x were pulled from the docs: https://nodejs.org/api/async_hooks.html#async_hooks_class_asynclocalstorage

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Grumble json and no in-source comments. But +1!

@blimmer blimmer requested a review from stephenh June 3, 2021 16:50
Comment thread packages/orm/package.json
"directory": "packages/joist-orm"
},
"engines": {
"node": "^12.17.0 || ^13.10.0 || ^14 || >= 16.0.0 < 16.2.0 || >= 16.3.0"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Grumble json and no in-source comments. But +1!

@blimmer blimmer merged commit edd79c4 into main Jun 3, 2021
@blimmer blimmer deleted the chore/re-enable-node-16-testing branch June 3, 2021 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants