Skip to content

Commit

Permalink
use setup-bun step
Browse files Browse the repository at this point in the history
  • Loading branch information
jessupjn committed May 23, 2024
1 parent ecf1b91 commit fd6cd10
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/consolidate-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Bun
run: curl -fsSL https://bun.sh/install | bash
shell: bash
env:
BUN_INSTALL: $HOME/.bun

- name: Setup Bun environment
run: |
echo 'export BUN_INSTALL="$HOME/.bun"' >> $GITHUB_ENV
echo 'export PATH="$BUN_INSTALL/bin:$PATH"' >> $GITHUB_ENV
shell: bash
uses: oven-sh/setup-bun@v1

- name: Install dependencies
run: bun install

0 comments on commit fd6cd10

Please sign in to comment.