Migrate everything from Yarn to Bun
No node.js or npm necessary anymore
This commit is contained in:
@@ -48,7 +48,7 @@ jobs:
|
||||
bundle exec rails db:migrate
|
||||
|
||||
- name: Install JS dependencies
|
||||
run: yarn install
|
||||
run: bun install
|
||||
|
||||
- name: Build CSS
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user