Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test on Node.js 8 #882

Merged
merged 4 commits into from Nov 10, 2020
Merged

Test on Node.js 8 #882

merged 4 commits into from Nov 10, 2020

Conversation

nicolo-ribaudo
Copy link
Member

"node": ">= 6.9"

@nicolo-ribaudo nicolo-ribaudo changed the title Test on Node.js 6.9 Test on Node.js 6 Nov 10, 2020
- name: Build babel-loader
run: yarn run build
env:
YARN_NODE_LINKER: node-modules
Copy link
Contributor

Choose a reason for hiding this comment

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

@@ -7,7 +7,7 @@
],
"main": "lib/index.js",
"engines": {
"node": ">= 6.9"
"node": ">= 8.9"
Copy link
Member Author

Choose a reason for hiding this comment

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

This was a breaking change in #822, but no one complained 🤷
We can make it work if someone opens an issue.

Also, AVA doesn't work on Node.js 8 so I'm running a smaller single test.

Copy link
Member

Choose a reason for hiding this comment

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

🤔

Copy link
Member Author

Choose a reason for hiding this comment

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

schema-utils, introduced in that PR, uses some syntax that is not supported on Node.js 6.

@nicolo-ribaudo nicolo-ribaudo changed the title Test on Node.js 6 Test on Node.js 8 Nov 10, 2020
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.

None yet

3 participants