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

chore!: Normalize repository, dropping node <10.13 support #80

Merged
merged 8 commits into from
Apr 7, 2022

Conversation

phated
Copy link
Member

@phated phated commented Apr 7, 2022

This updates the project scaffold to be inline with other projects. It drops node <10.13 support, which is a breaking change, but we no longer need to worry about "minVersions" of node for the tests.

There are still improvements I want to make, but I want GHA CI so I'm going to merge this in.

test/index.js Outdated
@@ -134,18 +126,27 @@ describe('interpret.extensions', function() {
}
}

// Any swc test after the first will fail on linux due to https://github.com/swc-project/swc/issues/4107
Copy link
Member Author

Choose a reason for hiding this comment

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

Every test for swc after the first fails due to swc-project/swc#4107

@phated phated linked an issue Apr 7, 2022 that may be closed by this pull request
@@ -134,18 +126,27 @@ describe('interpret.extensions', function() {
}
}

// Skip any swc test on linux due to https://github.com/swc-project/swc/issues/4107
Copy link
Member Author

Choose a reason for hiding this comment

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

Skipping on linux until swc-project/swc#4107 is resolved.

@phated phated merged commit 7b69c63 into master Apr 7, 2022
@phated phated deleted the phated/scaffold branch April 7, 2022 02:09
@github-actions github-actions bot mentioned this pull request Apr 7, 2022
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.

Update project scaffold
1 participant