-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
ci: bun install, x #265
ci: bun install, x #265
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works!
## [1.14.1-beta.5](v1.14.1-beta.4...v1.14.1-beta.5) (2023-09-21) ### 🔁 Continuous Integration * bun install, x ([#265](#265)) ([6c765e0](6c765e0))
🎉 This PR is included in version 1.14.1-beta.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [1.14.1](v1.14.0...v1.14.1) (2023-11-01) ### ✅ Tests * setup playwright for e2e testing ([#262](#262)) ([fc9acca](fc9acca)) ### 🔁 Continuous Integration * bun install, x ([#265](#265)) ([6c765e0](6c765e0)) ### 🐛 Bug Fixes * linkedin projects share ([#264](#264)) ([481472b](481472b)) * login to the website after rename ([1070a0c](1070a0c)) * prevent error when viewing repo and not logged in ([#260](#260)) ([05fcf5e](05fcf5e)) * syntax error being thrown in Firefox for anonymous objects with computed property names ([#241](#241)) ([00ba2c8](00ba2c8))
🎉 This PR is included in version 1.14.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
This PR proposes to replace Node with Bun for installing dependencies in our GH workflows.
For the evident performance benefits.
Using
actions/[email protected]
andbahmutov/npm-install@v1
Using
oven-sh/setup-bun@v1
What type of PR is this? (check all applicable)
Related Tickets & Documents
N/A
Mobile & Desktop Screenshots/Recordings
N/A
Added tests?
Added to documentation?