Skip to content

Test on Node.js 8#882

Merged
nicolo-ribaudo merged 4 commits into
babel:mainfrom
nicolo-ribaudo:test-node-6.9
Nov 10, 2020
Merged

Test on Node.js 8#882
nicolo-ribaudo merged 4 commits into
babel:mainfrom
nicolo-ribaudo:test-node-6.9

Conversation

@nicolo-ribaudo
Copy link
Copy Markdown
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
Comment thread .github/workflows/ci.yml Outdated
- name: Build babel-loader
run: yarn run build
env:
YARN_NODE_LINKER: node-modules
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Comment thread package.json
"main": "lib/index.js",
"engines": {
"node": ">= 6.9"
"node": ">= 8.9"
Copy link
Copy Markdown
Member Author

@nicolo-ribaudo nicolo-ribaudo Nov 10, 2020

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
Copy Markdown
Member

Choose a reason for hiding this comment

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

🤔

Copy link
Copy Markdown
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.

3 participants