Skip to content

Commit

Permalink
Revert "refactor(bun): start using bun instead of yarn"
Browse files Browse the repository at this point in the history
This reverts commit 9c653de.
  • Loading branch information
Aeonoi committed Oct 28, 2024
1 parent 6b2c41a commit d0e1358
Show file tree
Hide file tree
Showing 3 changed files with 1,122 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,11 @@ jobs:
echo "Unable to determine package manager"
exit 1
fi
- name: Setup Bun
uses: oven-sh/[email protected]
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
cache: ${{ steps.detect-package-manager.outputs.manager }}
- name: Setup Pages
uses: actions/configure-pages@v5
with:
Expand Down
Binary file removed bun.lockb
Binary file not shown.
Loading

0 comments on commit d0e1358

Please sign in to comment.