-
Notifications
You must be signed in to change notification settings - Fork 77
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
refactor: update workflows and repository to use Bun #241
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
byCedric
changed the title
ci(test): test and use bun in e2e tests
ci: update workflows to test and use bun
Nov 24, 2023
byCedric
changed the title
ci: update workflows to test and use bun
ci: update workflows to test and use Bun
Nov 24, 2023
byCedric
force-pushed
the
ci/test-and-use-bun
branch
from
November 24, 2023 15:19
8aa74e1
to
eae1ae6
Compare
byCedric
force-pushed
the
ci/test-and-use-bun
branch
from
November 24, 2023 15:22
eae1ae6
to
d445a3c
Compare
byCedric
changed the title
ci: update workflows to test and use Bun
refactor: update workflows and repository to use Bun
Nov 24, 2023
This is now tested in our e2e tests as well, and seems to work nicely
byCedric
force-pushed
the
ci/test-and-use-bun
branch
from
November 24, 2023 16:13
a2bb59f
to
db92f3f
Compare
byCedric
force-pushed
the
ci/test-and-use-bun
branch
2 times, most recently
from
November 24, 2023 16:22
af559c0
to
9b37512
Compare
byCedric
force-pushed
the
ci/test-and-use-bun
branch
from
November 24, 2023 16:23
9b37512
to
171ba94
Compare
expo-bot
pushed a commit
that referenced
this pull request
Nov 24, 2023
## [8.1.0](8.0.0...8.1.0) (2023-11-24) ### New features * add fingerprint integration ([#231](#231)) ([e6622e0](e6622e0)) * add readme for preview-build and fingerprint action ([#232](#232)) ([acc171b](acc171b)), closes [/github.com//pull/231#pullrequestreview-1628540314](https://github.com/expo//github.com/expo/expo-github-action/pull/231/issues/pullrequestreview-1628540314) * **preview:** add update manifest permalinks to the output ([#245](#245)) ([331a5ab](331a5ab)) ### Bug fixes * **preview:** allow multiple `app.json` schemes ([#244](#244)) ([42d64cf](42d64cf)) ### Code changes * update error handling to node 20 standards ([#243](#243)) ([65ee055](65ee055)) * update workflows and repository to use Bun ([#241](#241)) ([7f1c170](7f1c170)) * upgrade all actions to run on node 20 ([#242](#242)) ([b3e5355](b3e5355)) ### Other chores * **ci:** update release flow with new service account ([#238](#238)) ([e289d93](e289d93)) * update release workflow actions ([#239](#239)) ([57dcabe](57dcabe)) ### Documentation changes * add link to breaking change pull request ([9e1a8c8](9e1a8c8)) * fix changelog link in readme ([185932d](185932d)) * update example to use `eas-version` ([#222](#222)) ([7bc946c](7bc946c))
🎉 This PR is included in version 8.1.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Even though I set Bun, unfortunately it continues to build with node and I get a memory error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Linked issue
This adds e2e tests for
bun
aspackager
in the setup (main) action. It also usesbun
instead ofyarn
to create test projects for the other tests.