Skip to content
New issue

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

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

Already on GitHub? # 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.

@phated phated force-pushed the phated/scaffold branch from 92a9959 to 95c6599 Compare April 7, 2022 01:31
@phated phated force-pushed the phated/scaffold branch from 95c6599 to 24ec272 Compare April 7, 2022 01:44
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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update project scaffold
1 participant