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

Move legacy node version tests to GitHub actions #11952

Merged
merged 7 commits into from Aug 14, 2020

Conversation

JLHwung
Copy link
Contributor

@JLHwung JLHwung commented Aug 11, 2020

Q                       A
License MIT

This PR moves legacy node versions (6.x, 8.x) tests to GitHub versions. The new legacy version test workflow will build Babel on latest node but run unit tests on legacy node. By doing so it paves the way to bump Babel build requirements to >= 10.13. Babel 7 still supports node 6, but to build babel project, we requires higher node versions.

@JLHwung JLHwung added the PR: Internal 🏠 A type of pull request used for our changelog categories label Aug 11, 2020
@babel-bot
Copy link
Collaborator

babel-bot commented Aug 11, 2020

Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/27360/

@codesandbox-ci
Copy link

codesandbox-ci bot commented Aug 11, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit c3cf71c:

Sandbox Source
babel-repl-custom-plugin Configuration
babel-plugin-multi-config Configuration

@JLHwung JLHwung marked this pull request as draft August 11, 2020 21:34
@JLHwung JLHwung force-pushed the test-node-6-8-on-github-actions branch 3 times, most recently from 6a66e97 to de6e828 Compare August 11, 2020 22:32
@JLHwung JLHwung marked this pull request as ready for review August 11, 2020 22:44
@nicolo-ribaudo nicolo-ribaudo self-requested a review August 13, 2020 08:32
.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@JLHwung JLHwung force-pushed the test-node-6-8-on-github-actions branch from de6e828 to 9f14d98 Compare August 13, 2020 15:09
Copy link
Member

@hzoo hzoo left a comment

Choose a reason for hiding this comment

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

awesome! not sure where we are documenting supported versions (to build I guess we can put it in contributing, although checking now it looks like we already suggest using > Node 10 there, maybe bump to 12?)

babel.config.js Outdated Show resolved Hide resolved
@JLHwung JLHwung force-pushed the test-node-6-8-on-github-actions branch from 3223832 to c07cc06 Compare August 13, 2020 20:16
@nicolo-ribaudo
Copy link
Member

Awesome!

.travis.yml Outdated Show resolved Hide resolved
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
@JLHwung JLHwung merged commit 028a051 into babel:main Aug 14, 2020
@JLHwung JLHwung deleted the test-node-6-8-on-github-actions branch August 14, 2020 18:20
@github-actions github-actions bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Nov 14, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 14, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue PR: Internal 🏠 A type of pull request used for our changelog categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants